Html Css Color HEX #8C3909 Saddle Brown

📋 copy color: '#8C3909'

red 140 ◦ green 57 ◦ blue 9

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

Shades of Saddle Brown #8C3909

Tints of Saddle Brown #8C3909

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.67%

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

R = 67.96%
G = 27.67%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C3909 (or 0x8C3909) is known color: Saddle Brown. HEX triplet: 8C, 39 and 09. RGB value is (140,57,9). Sum of RGB (Red+Green+Blue) = 140+57+9=206 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.96% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3909 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3909 is #73C6F6. Grayscale: #4C4C4C. Windows color (decimal): -7587575 or 604556. OLE color: 604556.

HSL color Cylindrical-coordinate representation of color #8C3909: hue angle of 21.98º 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 #8C3909 is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 57 9 -
CMYK 0 0.59 0.94 0.45
HSL 21.98º 0.88% 0.29% -
HSV(B) 21.98º 0.94% 0.55% -
XYZ 12.33 8.52 1.25 -
YUV 76.35 90 173.4 -
System Red Green Blue C M Y K H S L
Decimal 140 57 9 0 0.59 0.94 0.45 21.98 0.88 0.29
Hex 8C 39 9 0 3B 5E 2D 16 58 1D
Octal 214 71 11 0 73 136 55 26 130 35
Binary 10001100 111001 1001 0 111011 1011110 101101 10110 1011000 11101

Color Harmonies of #8C3909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3909

Black with #8C3909

Text Example


Text Example

White with #8C3909

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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