Html Css Color HEX #962F09 Saddle Brown

📋 copy color: '#962F09'

red 150 ◦ green 47 ◦ blue 9

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

Shades of Saddle Brown #962F09

Tints of Saddle Brown #962F09

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.82%

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

R = 72.82%
G = 22.82%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.41

RGB Variations

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

Color information

#962F09 (or 0x962F09) is known color: Saddle Brown. HEX triplet: 96, 2F and 09. RGB value is (150,47,9). Sum of RGB (Red+Green+Blue) = 150+47+9=206 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.82% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 150 - color contains mainly: red. Hex color #962F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962F09 is #69D0F6. Grayscale: #494949. Windows color (decimal): -6934775 or 602006. OLE color: 602006.

HSL color Cylindrical-coordinate representation of color #962F09: hue angle of 16.17º 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 #962F09 is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 47 9 -
CMYK 0 0.69 0.94 0.41
HSL 16.17º 0.89% 0.31% -
HSV(B) 16.17º 0.94% 0.59% -
XYZ 13.64 8.54 1.19 -
YUV 73.47 91.62 182.59 -
System Red Green Blue C M Y K H S L
Decimal 150 47 9 0 0.69 0.94 0.41 16.17 0.89 0.31
Hex 96 2F 9 0 45 5E 29 10 59 1F
Octal 226 57 11 0 105 136 51 20 131 37
Binary 10010110 101111 1001 0 1000101 1011110 101001 10000 1011001 11111

Color Harmonies of #962F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962F09

Black with #962F09

Text Example


Text Example

White with #962F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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