Html Css Color HEX #9C410C Saddle Brown

📋 copy color: '#9C410C'

red 156 ◦ green 65 ◦ blue 12

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

Shades of Saddle Brown #9C410C

Tints of Saddle Brown #9C410C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.9%

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

R = 66.95%
G = 27.9%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9C410C (or 0x9C410C) is known color: Saddle Brown. HEX triplet: 9C, 41 and 0C. RGB value is (156,65,12). Sum of RGB (Red+Green+Blue) = 156+65+12=233 (30% of max value = 765). Red value is 156 (61.33% from 255 or 66.95% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 156 - color contains mainly: red. Hex color #9C410C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C410C is #63BEF3. Grayscale: #565656. Windows color (decimal): -6536948 or 803228. OLE color: 803228.

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

Color convert

RGB 156 65 12 -
CMYK 0 0.58 0.92 0.39
HSL 22.08º 0.86% 0.33% -
HSV(B) 22.08º 0.92% 0.61% -
XYZ 15.67 10.88 1.62 -
YUV 86.17 86.15 177.81 -
System Red Green Blue C M Y K H S L
Decimal 156 65 12 0 0.58 0.92 0.39 22.08 0.86 0.33
Hex 9C 41 C 0 3A 5C 27 16 56 21
Octal 234 101 14 0 72 134 47 26 126 41
Binary 10011100 1000001 1100 0 111010 1011100 100111 10110 1010110 100001

Color Harmonies of #9C410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C410C

Black with #9C410C

Text Example


Text Example

White with #9C410C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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