Html Css Color HEX #9C480A Saddle Brown

📋 copy color: '#9C480A'

red 156 ◦ green 72 ◦ blue 10

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

Shades of Saddle Brown #9C480A

Tints of Saddle Brown #9C480A

RGB

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

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

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

R = 65.55%
G = 30.25%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9C480A (or 0x9C480A) is known color: Saddle Brown. HEX triplet: 9C, 48 and 0A. RGB value is (156,72,10). Sum of RGB (Red+Green+Blue) = 156+72+10=238 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.55% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 156 - color contains mainly: red. Hex color #9C480A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C480A is #63B7F5. Grayscale: #5A5A5A. Windows color (decimal): -6535158 or 673948. OLE color: 673948.

HSL color Cylindrical-coordinate representation of color #9C480A: hue angle of 25.48º 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 #9C480A is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 72 10 -
CMYK 0 0.54 0.94 0.39
HSL 25.48º 0.88% 0.33% -
HSV(B) 25.48º 0.94% 0.61% -
XYZ 16.08 11.72 1.7 -
YUV 90.05 82.83 175.04 -
System Red Green Blue C M Y K H S L
Decimal 156 72 10 0 0.54 0.94 0.39 25.48 0.88 0.33
Hex 9C 48 A 0 36 5E 27 19 58 21
Octal 234 110 12 0 66 136 47 31 130 41
Binary 10011100 1001000 1010 0 110110 1011110 100111 11001 1011000 100001

Color Harmonies of #9C480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C480A

Black with #9C480A

Text Example


Text Example

White with #9C480A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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