Html Css Color HEX #965307 Saddle Brown

📋 copy color: '#965307'

red 150 ◦ green 83 ◦ blue 7

#965307
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #965307

Tints of Saddle Brown #965307

RGB

 RED value IS 150 (58.98% from 255) = 62.5%

 GREEN value IS 83 (32.81% from 255) = 34.58%

 BLUE value IS 7 (3.13% from 255) = 2.92%

R = 62.5%
G = 34.58%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#965307 (or 0x965307) is known color: Saddle Brown. HEX triplet: 96, 53 and 07. RGB value is (150,83,7). Sum of RGB (Red+Green+Blue) = 150+83+7=240 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.5% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 150 - color contains mainly: red. Hex color #965307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965307 is #69ACF8. Grayscale: #5E5E5E. Windows color (decimal): -6925561 or 480150. OLE color: 480150.

HSL color Cylindrical-coordinate representation of color #965307: hue angle of 31.89º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #965307 is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 83 7 -
CMYK 0 0.45 0.95 0.41
HSL 31.89º 0.91% 0.31% -
HSV(B) 31.89º 0.95% 0.59% -
XYZ 15.71 12.69 1.82 -
YUV 94.37 78.7 167.68 -
System Red Green Blue C M Y K H S L
Decimal 150 83 7 0 0.45 0.95 0.41 31.89 0.91 0.31
Hex 96 53 7 0 2D 5F 29 20 5B 1F
Octal 226 123 7 0 55 137 51 40 133 37
Binary 10010110 1010011 111 0 101101 1011111 101001 100000 1011011 11111

Color Harmonies of #965307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965307

Black with #965307

Text Example


Text Example

White with #965307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965307; }

 p { color: rgb(150,83,7); }

 H1.HeaderClassName
 {
   color: #965307;
 }
 .AnyTagClassName
 {
   color: #965307;
 }
</style>

background-color css

<style>
 a { background-color: #965307; }

 a { background-color: rgb(150,83,7); }

 div.DivClassName
 {
   background-color: #965307;
 }
 .BgClassName
 {
   background-color: #965307;
 }
</style>

border-color css

<style>
 span { border-color: #965307; }

 span { border-color: rgb(150,83,7); }

 td.TdClassName
 {
   border-color: #965307;
 }
 .TagClassName
 {
   border-color: #965307;
 }
</style>