Html Css Color HEX #9C480C Saddle Brown

📋 copy color: '#9C480C'

red 156 ◦ green 72 ◦ blue 12

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

Shades of Saddle Brown #9C480C

Tints of Saddle Brown #9C480C

RGB

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

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

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

R = 65%
G = 30%
B = 5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9C480C (or 0x9C480C) is known color: Saddle Brown. HEX triplet: 9C, 48 and 0C. RGB value is (156,72,12). Sum of RGB (Red+Green+Blue) = 156+72+12=240 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 156 - color contains mainly: red. Hex color #9C480C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C480C is #63B7F3. Grayscale: #5A5A5A. Windows color (decimal): -6535156 or 805020. OLE color: 805020.

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

Color convert

RGB 156 72 12 -
CMYK 0 0.54 0.92 0.39
HSL 25º 0.86% 0.33% -
HSV(B) 25º 0.92% 0.61% -
XYZ 16.09 11.73 1.76 -
YUV 90.28 83.83 174.88 -
System Red Green Blue C M Y K H S L
Decimal 156 72 12 0 0.54 0.92 0.39 25 0.86 0.33
Hex 9C 48 C 0 36 5C 27 19 56 21
Octal 234 110 14 0 66 134 47 31 126 41
Binary 10011100 1001000 1100 0 110110 1011100 100111 11001 1010110 100001

Color Harmonies of #9C480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C480C

Black with #9C480C

Text Example


Text Example

White with #9C480C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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