Html Css Color HEX #96520C Saddle Brown

📋 copy color: '#96520C'

red 150 ◦ green 82 ◦ blue 12

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

Shades of Saddle Brown #96520C

Tints of Saddle Brown #96520C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.61%

 BLUE value IS 12 (5.08% from 255) = 4.92%

R = 61.48%
G = 33.61%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#96520C (or 0x96520C) is known color: Saddle Brown. HEX triplet: 96, 52 and 0C. RGB value is (150,82,12). Sum of RGB (Red+Green+Blue) = 150+82+12=244 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.48% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 150 - color contains mainly: red. Hex color #96520C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96520C is #69ADF3. Grayscale: #5E5E5E. Windows color (decimal): -6925812 or 807574. OLE color: 807574.

HSL color Cylindrical-coordinate representation of color #96520C: hue angle of 30.43º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96520C is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 82 12 -
CMYK 0 0.45 0.92 0.41
HSL 30.43º 0.85% 0.32% -
HSV(B) 30.43º 0.92% 0.59% -
XYZ 15.66 12.55 1.94 -
YUV 94.35 81.53 167.69 -
System Red Green Blue C M Y K H S L
Decimal 150 82 12 0 0.45 0.92 0.41 30.43 0.85 0.32
Hex 96 52 C 0 2D 5C 29 1E 55 20
Octal 226 122 14 0 55 134 51 36 125 40
Binary 10010110 1010010 1100 0 101101 1011100 101001 11110 1010101 100000

Color Harmonies of #96520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96520C

Black with #96520C

Text Example


Text Example

White with #96520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96520C; }

 p { color: rgb(150,82,12); }

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

background-color css

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

 a { background-color: rgb(150,82,12); }

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

border-color css

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

 span { border-color: rgb(150,82,12); }

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