Html Css Color HEX #964800 Saddle Brown

📋 copy color: '#964800'

red 150 ◦ green 72 ◦ blue 0

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

Shades of Saddle Brown #964800

Tints of Saddle Brown #964800

RGB

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

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

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

R = 67.57%
G = 32.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#964800 (or 0x964800) is known color: Saddle Brown. HEX triplet: 96, 48 and 00. RGB value is (150,72,0). Sum of RGB (Red+Green+Blue) = 150+72+0=222 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.57% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 150 - color contains mainly: red. Hex color #964800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964800 is #69B7FF. Grayscale: #575757. Windows color (decimal): -6928384 or 18582. OLE color: 18582.

HSL color Cylindrical-coordinate representation of color #964800: hue angle of 28.8º 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 #964800 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 72 0 -
CMYK 0 0.52 1 0.41
HSL 28.8º 1% 0.29% -
HSV(B) 28.8º 1% 0.59% -
XYZ 14.9 11.12 1.36 -
YUV 87.11 78.84 172.85 -
System Red Green Blue C M Y K H S L
Decimal 150 72 0 0 0.52 1 0.41 28.8 1 0.29
Hex 96 48 0 0 34 64 29 1D 64 1D
Octal 226 110 0 0 64 144 51 35 144 35
Binary 10010110 1001000 0 0 110100 1100100 101001 11101 1100100 11101

Color Harmonies of #964800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964800

Black with #964800

Text Example


Text Example

White with #964800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964800; }

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

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

background-color css

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

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

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

border-color css

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

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

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