Html Css Color HEX #964C0B Saddle Brown

📋 copy color: '#964C0B'

red 150 ◦ green 76 ◦ blue 11

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

Shades of Saddle Brown #964C0B

Tints of Saddle Brown #964C0B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.07%

 BLUE value IS 11 (4.69% from 255) = 4.64%

R = 63.29%
G = 32.07%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#964C0B (or 0x964C0B) is known color: Saddle Brown. HEX triplet: 96, 4C and 0B. RGB value is (150,76,11). Sum of RGB (Red+Green+Blue) = 150+76+11=237 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.29% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 150 - color contains mainly: red. Hex color #964C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964C0B is #69B3F4. Grayscale: #5B5B5B. Windows color (decimal): -6927349 or 740502. OLE color: 740502.

HSL color Cylindrical-coordinate representation of color #964C0B: hue angle of 28.06º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #964C0B is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 76 11 -
CMYK 0 0.49 0.93 0.41
HSL 28.06º 0.86% 0.32% -
HSV(B) 28.06º 0.93% 0.59% -
XYZ 15.22 11.68 1.77 -
YUV 90.72 83.02 170.29 -
System Red Green Blue C M Y K H S L
Decimal 150 76 11 0 0.49 0.93 0.41 28.06 0.86 0.32
Hex 96 4C B 0 31 5D 29 1C 56 20
Octal 226 114 13 0 61 135 51 34 126 40
Binary 10010110 1001100 1011 0 110001 1011101 101001 11100 1010110 100000

Color Harmonies of #964C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964C0B

Black with #964C0B

Text Example


Text Example

White with #964C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,76,11); }

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

background-color css

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

 a { background-color: rgb(150,76,11); }

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

border-color css

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

 span { border-color: rgb(150,76,11); }

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