Html Css Color HEX #964A00 Saddle Brown

📋 copy color: '#964A00'

red 150 ◦ green 74 ◦ blue 0

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

Shades of Saddle Brown #964A00

Tints of Saddle Brown #964A00

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.04%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.96%
G = 33.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#964A00 (or 0x964A00) is known color: Saddle Brown. HEX triplet: 96, 4A and 00. RGB value is (150,74,0). Sum of RGB (Red+Green+Blue) = 150+74+0=224 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.96% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 150 - color contains mainly: red. Hex color #964A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964A00 is #69B5FF. Grayscale: #585858. Windows color (decimal): -6927872 or 19094. OLE color: 19094.

HSL color Cylindrical-coordinate representation of color #964A00: hue angle of 29.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #964A00 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 74 0 -
CMYK 0 0.51 1 0.41
HSL 29.6º 1% 0.29% -
HSV(B) 29.6º 1% 0.59% -
XYZ 15.03 11.38 1.4 -
YUV 88.29 78.18 172.02 -
System Red Green Blue C M Y K H S L
Decimal 150 74 0 0 0.51 1 0.41 29.6 1 0.29
Hex 96 4A 0 0 33 64 29 1E 64 1D
Octal 226 112 0 0 63 144 51 36 144 35
Binary 10010110 1001010 0 0 110011 1100100 101001 11110 1100100 11101

Color Harmonies of #964A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964A00

Black with #964A00

Text Example


Text Example

White with #964A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964A00; }

 p { color: rgb(150,74,0); }

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

background-color css

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

 a { background-color: rgb(150,74,0); }

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

border-color css

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

 span { border-color: rgb(150,74,0); }

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