Html Css Color HEX #9C360D Saddle Brown

📋 copy color: '#9C360D'

red 156 ◦ green 54 ◦ blue 13

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

Shades of Saddle Brown #9C360D

Tints of Saddle Brown #9C360D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.22%

 BLUE value IS 13 (5.47% from 255) = 5.83%

R = 69.96%
G = 24.22%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9C360D (or 0x9C360D) is known color: Saddle Brown. HEX triplet: 9C, 36 and 0D. RGB value is (156,54,13). Sum of RGB (Red+Green+Blue) = 156+54+13=223 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.96% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 156 - color contains mainly: red. Hex color #9C360D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C360D is #63C9F2. Grayscale: #505050. Windows color (decimal): -6539763 or 865948. OLE color: 865948.

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

Color convert

RGB 156 54 13 -
CMYK 0 0.65 0.92 0.39
HSL 17.2º 0.85% 0.33% -
HSV(B) 17.2º 0.92% 0.61% -
XYZ 15.1 9.74 1.46 -
YUV 79.82 90.29 182.33 -
System Red Green Blue C M Y K H S L
Decimal 156 54 13 0 0.65 0.92 0.39 17.2 0.85 0.33
Hex 9C 36 D 0 41 5C 27 11 55 21
Octal 234 66 15 0 101 134 47 21 125 41
Binary 10011100 110110 1101 0 1000001 1011100 100111 10001 1010101 100001

Color Harmonies of #9C360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C360D

Black with #9C360D

Text Example


Text Example

White with #9C360D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,54,13); }

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

background-color css

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

 a { background-color: rgb(156,54,13); }

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

border-color css

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

 span { border-color: rgb(156,54,13); }

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