Html Css Color HEX #8C3009 Saddle Brown

📋 copy color: '#8C3009'

red 140 ◦ green 48 ◦ blue 9

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

Shades of Saddle Brown #8C3009

Tints of Saddle Brown #8C3009

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.37%

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

R = 71.07%
G = 24.37%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C3009 (or 0x8C3009) is known color: Saddle Brown. HEX triplet: 8C, 30 and 09. RGB value is (140,48,9). Sum of RGB (Red+Green+Blue) = 140+48+9=197 (26% of max value = 765). Red value is 140 (55.08% from 255 or 71.07% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 9 (3.91% from 255 or 4.57% from 197); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3009 is #73CFF6. Grayscale: #474747. Windows color (decimal): -7589879 or 602252. OLE color: 602252.

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

Color convert

RGB 140 48 9 -
CMYK 0 0.66 0.94 0.45
HSL 17.86º 0.88% 0.29% -
HSV(B) 17.86º 0.94% 0.55% -
XYZ 11.92 7.71 1.12 -
YUV 71.06 92.98 177.17 -
System Red Green Blue C M Y K H S L
Decimal 140 48 9 0 0.66 0.94 0.45 17.86 0.88 0.29
Hex 8C 30 9 0 42 5E 2D 12 58 1D
Octal 214 60 11 0 102 136 55 22 130 35
Binary 10001100 110000 1001 0 1000010 1011110 101101 10010 1011000 11101

Color Harmonies of #8C3009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3009

Black with #8C3009

Text Example


Text Example

White with #8C3009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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