Html Css Color HEX #964801 Saddle Brown

📋 copy color: '#964801'

red 150 ◦ green 72 ◦ blue 1

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

Shades of Saddle Brown #964801

Tints of Saddle Brown #964801

RGB

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

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

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

R = 67.26%
G = 32.29%
B = 0.45%

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

#964801 (or 0x964801) is known color: Saddle Brown. HEX triplet: 96, 48 and 01. RGB value is (150,72,1). Sum of RGB (Red+Green+Blue) = 150+72+1=223 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.26% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 150 - color contains mainly: red. Hex color #964801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964801 is #69B7FE. Grayscale: #575757. Windows color (decimal): -6928383 or 84118. OLE color: 84118.

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

Color convert

RGB 150 72 1 -
CMYK 0 0.52 0.99 0.41
HSL 28.59º 0.99% 0.3% -
HSV(B) 28.59º 0.99% 0.59% -
XYZ 14.9 11.12 1.39 -
YUV 87.23 79.34 172.77 -
System Red Green Blue C M Y K H S L
Decimal 150 72 1 0 0.52 0.99 0.41 28.59 0.99 0.3
Hex 96 48 1 0 34 63 29 1D 63 1E
Octal 226 110 1 0 64 143 51 35 143 36
Binary 10010110 1001000 1 0 110100 1100011 101001 11101 1100011 11110

Color Harmonies of #964801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964801

Black with #964801

Text Example


Text Example

White with #964801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964801; }

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

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

background-color css

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

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

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

border-color css

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

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

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