Html Css Color HEX #8C3609 Saddle Brown

📋 copy color: '#8C3609'

red 140 ◦ green 54 ◦ blue 9

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

Shades of Saddle Brown #8C3609

Tints of Saddle Brown #8C3609

RGB

 RED value IS 140 (55.08% from 255) = 68.97%

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

 BLUE value IS 9 (3.91% from 255) = 4.43%

R = 68.97%
G = 26.6%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C3609 (or 0x8C3609) is known color: Saddle Brown. HEX triplet: 8C, 36 and 09. RGB value is (140,54,9). Sum of RGB (Red+Green+Blue) = 140+54+9=203 (26% of max value = 765). Red value is 140 (55.08% from 255 or 68.97% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 9 (3.91% from 255 or 4.43% from 203); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3609 is #73C9F6. Grayscale: #4A4A4A. Windows color (decimal): -7588343 or 603788. OLE color: 603788.

HSL color Cylindrical-coordinate representation of color #8C3609: hue angle of 20.61º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C3609 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 54 9 -
CMYK 0 0.61 0.94 0.45
HSL 20.61º 0.88% 0.29% -
HSV(B) 20.61º 0.94% 0.55% -
XYZ 12.18 8.23 1.21 -
YUV 74.58 90.99 174.66 -
System Red Green Blue C M Y K H S L
Decimal 140 54 9 0 0.61 0.94 0.45 20.61 0.88 0.29
Hex 8C 36 9 0 3D 5E 2D 15 58 1D
Octal 214 66 11 0 75 136 55 25 130 35
Binary 10001100 110110 1001 0 111101 1011110 101101 10101 1011000 11101

Color Harmonies of #8C3609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3609

Black with #8C3609

Text Example


Text Example

White with #8C3609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C3609; }

 p { color: rgb(140,54,9); }

 H1.HeaderClassName
 {
   color: #8C3609;
 }
 .AnyTagClassName
 {
   color: #8C3609;
 }
</style>

background-color css

<style>
 a { background-color: #8C3609; }

 a { background-color: rgb(140,54,9); }

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

border-color css

<style>
 span { border-color: #8C3609; }

 span { border-color: rgb(140,54,9); }

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