Html Css Color HEX #964802 Saddle Brown

📋 copy color: '#964802'

red 150 ◦ green 72 ◦ blue 2

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

Shades of Saddle Brown #964802

Tints of Saddle Brown #964802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.14%

 BLUE value IS 2 (1.17% from 255) = 0.89%

R = 66.96%
G = 32.14%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#964802 (or 0x964802) is known color: Saddle Brown. HEX triplet: 96, 48 and 02. RGB value is (150,72,2). Sum of RGB (Red+Green+Blue) = 150+72+2=224 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.96% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 150 - color contains mainly: red. Hex color #964802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964802 is #69B7FD. Grayscale: #575757. Windows color (decimal): -6928382 or 149654. OLE color: 149654.

HSL color Cylindrical-coordinate representation of color #964802: hue angle of 28.38º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #964802 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 72 2 -
CMYK 0 0.52 0.99 0.41
HSL 28.38º 0.97% 0.3% -
HSV(B) 28.38º 0.99% 0.59% -
XYZ 14.91 11.12 1.42 -
YUV 87.34 79.84 172.69 -
System Red Green Blue C M Y K H S L
Decimal 150 72 2 0 0.52 0.99 0.41 28.38 0.97 0.3
Hex 96 48 2 0 34 63 29 1C 61 1E
Octal 226 110 2 0 64 143 51 34 141 36
Binary 10010110 1001000 10 0 110100 1100011 101001 11100 1100001 11110

Color Harmonies of #964802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964802

Black with #964802

Text Example


Text Example

White with #964802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964802; }

 p { color: rgb(150,72,2); }

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

background-color css

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

 a { background-color: rgb(150,72,2); }

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

border-color css

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

 span { border-color: rgb(150,72,2); }

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