Html Css Color HEX #9C320A Saddle Brown

📋 copy color: '#9C320A'

red 156 ◦ green 50 ◦ blue 10

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

Shades of Saddle Brown #9C320A

Tints of Saddle Brown #9C320A

RGB

 RED value IS 156 (61.33% from 255) = 72.22%

 GREEN value IS 50 (19.92% from 255) = 23.15%

 BLUE value IS 10 (4.3% from 255) = 4.63%

R = 72.22%
G = 23.15%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9C320A (or 0x9C320A) is known color: Saddle Brown. HEX triplet: 9C, 32 and 0A. RGB value is (156,50,10). Sum of RGB (Red+Green+Blue) = 156+50+10=216 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.22% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 156 - color contains mainly: red. Hex color #9C320A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C320A is #63CDF5. Grayscale: #4D4D4D. Windows color (decimal): -6540790 or 668316. OLE color: 668316.

HSL color Cylindrical-coordinate representation of color #9C320A: hue angle of 16.44º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C320A is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 50 10 -
CMYK 0 0.68 0.94 0.39
HSL 16.44º 0.88% 0.33% -
HSV(B) 16.44º 0.94% 0.61% -
XYZ 14.91 9.37 1.31 -
YUV 77.13 90.12 184.25 -
System Red Green Blue C M Y K H S L
Decimal 156 50 10 0 0.68 0.94 0.39 16.44 0.88 0.33
Hex 9C 32 A 0 44 5E 27 10 58 21
Octal 234 62 12 0 104 136 47 20 130 41
Binary 10011100 110010 1010 0 1000100 1011110 100111 10000 1011000 100001

Color Harmonies of #9C320A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C320A

Black with #9C320A

Text Example


Text Example

White with #9C320A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C320A; }

 p { color: rgb(156,50,10); }

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

background-color css

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

 a { background-color: rgb(156,50,10); }

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

border-color css

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

 span { border-color: rgb(156,50,10); }

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