Html Css Color HEX #964901 Saddle Brown

📋 copy color: '#964901'

red 150 ◦ green 73 ◦ blue 1

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

Shades of Saddle Brown #964901

Tints of Saddle Brown #964901

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.59%

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 66.96%
G = 32.59%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#964901 (or 0x964901) is known color: Saddle Brown. HEX triplet: 96, 49 and 01. RGB value is (150,73,1). Sum of RGB (Red+Green+Blue) = 150+73+1=224 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.96% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 150 - color contains mainly: red. Hex color #964901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964901 is #69B6FE. Grayscale: #585858. Windows color (decimal): -6928127 or 84374. OLE color: 84374.

HSL color Cylindrical-coordinate representation of color #964901: hue angle of 28.99º degrees, saturation: 0.99, 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 #964901 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 73 1 -
CMYK 0 0.51 0.99 0.41
HSL 28.99º 0.99% 0.3% -
HSV(B) 28.99º 0.99% 0.59% -
XYZ 14.97 11.25 1.41 -
YUV 87.82 79.01 172.35 -
System Red Green Blue C M Y K H S L
Decimal 150 73 1 0 0.51 0.99 0.41 28.99 0.99 0.3
Hex 96 49 1 0 33 63 29 1D 63 1E
Octal 226 111 1 0 63 143 51 35 143 36
Binary 10010110 1001001 1 0 110011 1100011 101001 11101 1100011 11110

Color Harmonies of #964901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964901

Black with #964901

Text Example


Text Example

White with #964901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964901; }

 p { color: rgb(150,73,1); }

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

background-color css

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

 a { background-color: rgb(150,73,1); }

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

border-color css

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

 span { border-color: rgb(150,73,1); }

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