Html Css Color HEX #9C360F Saddle Brown

📋 copy color: '#9C360F'

red 156 ◦ green 54 ◦ blue 15

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

Shades of Saddle Brown #9C360F

Tints of Saddle Brown #9C360F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.67%

R = 69.33%
G = 24%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9C360F (or 0x9C360F) is known color: Saddle Brown. HEX triplet: 9C, 36 and 0F. RGB value is (156,54,15). Sum of RGB (Red+Green+Blue) = 156+54+15=225 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.33% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 156 - color contains mainly: red. Hex color #9C360F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C360F is #63C9F0. Grayscale: #505050. Windows color (decimal): -6539761 or 997020. OLE color: 997020.

HSL color Cylindrical-coordinate representation of color #9C360F: hue angle of 16.6º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C360F is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 54 15 -
CMYK 0 0.65 0.90 0.39
HSL 16.6º 0.82% 0.34% -
HSV(B) 16.6º 0.9% 0.61% -
XYZ 15.12 9.74 1.54 -
YUV 80.05 91.29 182.17 -
System Red Green Blue C M Y K H S L
Decimal 156 54 15 0 0.65 0.90 0.39 16.6 0.82 0.34
Hex 9C 36 F 0 41 5A 27 11 52 22
Octal 234 66 17 0 101 132 47 21 122 42
Binary 10011100 110110 1111 0 1000001 1011010 100111 10001 1010010 100010

Color Harmonies of #9C360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C360F

Black with #9C360F

Text Example


Text Example

White with #9C360F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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