Html Css Color HEX #9C410E Saddle Brown

📋 copy color: '#9C410E'

red 156 ◦ green 65 ◦ blue 14

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

Shades of Saddle Brown #9C410E

Tints of Saddle Brown #9C410E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.96%

R = 66.38%
G = 27.66%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9C410E (or 0x9C410E) is known color: Saddle Brown. HEX triplet: 9C, 41 and 0E. RGB value is (156,65,14). Sum of RGB (Red+Green+Blue) = 156+65+14=235 (31% of max value = 765). Red value is 156 (61.33% from 255 or 66.38% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 156 - color contains mainly: red. Hex color #9C410E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C410E is #63BEF1. Grayscale: #565656. Windows color (decimal): -6536946 or 934300. OLE color: 934300.

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

Color convert

RGB 156 65 14 -
CMYK 0 0.58 0.91 0.39
HSL 21.55º 0.84% 0.33% -
HSV(B) 21.55º 0.91% 0.61% -
XYZ 15.68 10.88 1.69 -
YUV 86.4 87.15 177.65 -
System Red Green Blue C M Y K H S L
Decimal 156 65 14 0 0.58 0.91 0.39 21.55 0.84 0.33
Hex 9C 41 E 0 3A 5B 27 16 54 21
Octal 234 101 16 0 72 133 47 26 124 41
Binary 10011100 1000001 1110 0 111010 1011011 100111 10110 1010100 100001

Color Harmonies of #9C410E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C410E

Black with #9C410E

Text Example


Text Example

White with #9C410E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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