Html Css Color HEX #965009 Saddle Brown

📋 copy color: '#965009'

red 150 ◦ green 80 ◦ blue 9

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

Shades of Saddle Brown #965009

Tints of Saddle Brown #965009

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.47%

 BLUE value IS 9 (3.91% from 255) = 3.77%

R = 62.76%
G = 33.47%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.41

RGB Variations

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

Color information

#965009 (or 0x965009) is known color: Saddle Brown. HEX triplet: 96, 50 and 09. RGB value is (150,80,9). Sum of RGB (Red+Green+Blue) = 150+80+9=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #965009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965009 is #69AFF6. Grayscale: #5D5D5D. Windows color (decimal): -6926327 or 610454. OLE color: 610454.

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

Color convert

RGB 150 80 9 -
CMYK 0 0.47 0.94 0.41
HSL 30.21º 0.89% 0.31% -
HSV(B) 30.21º 0.94% 0.59% -
XYZ 15.5 12.24 1.8 -
YUV 92.84 80.69 168.77 -
System Red Green Blue C M Y K H S L
Decimal 150 80 9 0 0.47 0.94 0.41 30.21 0.89 0.31
Hex 96 50 9 0 2F 5E 29 1E 59 1F
Octal 226 120 11 0 57 136 51 36 131 37
Binary 10010110 1010000 1001 0 101111 1011110 101001 11110 1011001 11111

Color Harmonies of #965009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965009

Black with #965009

Text Example


Text Example

White with #965009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965009; }

 p { color: rgb(150,80,9); }

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

background-color css

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

 a { background-color: rgb(150,80,9); }

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

border-color css

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

 span { border-color: rgb(150,80,9); }

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