Html Css Color HEX #8C3309 Saddle Brown

📋 copy color: '#8C3309'

red 140 ◦ green 51 ◦ blue 9

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

Shades of Saddle Brown #8C3309

Tints of Saddle Brown #8C3309

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.5%

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

R = 70%
G = 25.5%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C3309 (or 0x8C3309) is known color: Saddle Brown. HEX triplet: 8C, 33 and 09. RGB value is (140,51,9). Sum of RGB (Red+Green+Blue) = 140+51+9=200 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 9 (3.91% from 255 or 4.5% from 200); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3309 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3309 is #73CCF6. Grayscale: #494949. Windows color (decimal): -7589111 or 603020. OLE color: 603020.

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

Color convert

RGB 140 51 9 -
CMYK 0 0.64 0.94 0.45
HSL 19.24º 0.88% 0.29% -
HSV(B) 19.24º 0.94% 0.55% -
XYZ 12.05 7.96 1.16 -
YUV 72.82 91.99 175.92 -
System Red Green Blue C M Y K H S L
Decimal 140 51 9 0 0.64 0.94 0.45 19.24 0.88 0.29
Hex 8C 33 9 0 40 5E 2D 13 58 1D
Octal 214 63 11 0 100 136 55 23 130 35
Binary 10001100 110011 1001 0 1000000 1011110 101101 10011 1011000 11101

Color Harmonies of #8C3309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3309

Black with #8C3309

Text Example


Text Example

White with #8C3309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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