Html Css Color HEX #964400 Saddle Brown

📋 copy color: '#964400'

red 150 ◦ green 68 ◦ blue 0

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

Shades of Saddle Brown #964400

Tints of Saddle Brown #964400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.19%

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

R = 68.81%
G = 31.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#964400 (or 0x964400) is known color: Saddle Brown. HEX triplet: 96, 44 and 00. RGB value is (150,68,0). Sum of RGB (Red+Green+Blue) = 150+68+0=218 (28% of max value = 765). Red value is 150 (58.98% from 255 or 68.81% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 150 - color contains mainly: red. Hex color #964400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964400 is #69BBFF. Grayscale: #555555. Windows color (decimal): -6929408 or 17558. OLE color: 17558.

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

Color convert

RGB 150 68 0 -
CMYK 0 0.55 1 0.41
HSL 27.2º 1% 0.29% -
HSV(B) 27.2º 1% 0.59% -
XYZ 14.64 10.62 1.28 -
YUV 84.77 80.17 174.53 -
System Red Green Blue C M Y K H S L
Decimal 150 68 0 0 0.55 1 0.41 27.2 1 0.29
Hex 96 44 0 0 37 64 29 1B 64 1D
Octal 226 104 0 0 67 144 51 33 144 35
Binary 10010110 1000100 0 0 110111 1100100 101001 11011 1100100 11101

Color Harmonies of #964400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964400

Black with #964400

Text Example


Text Example

White with #964400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964400; }

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

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

background-color css

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

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

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

border-color css

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

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

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