Html Css Color HEX #8C2F09 Saddle Brown

📋 copy color: '#8C2F09'

red 140 ◦ green 47 ◦ blue 9

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

Shades of Saddle Brown #8C2F09

Tints of Saddle Brown #8C2F09

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.98%

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

R = 71.43%
G = 23.98%
B = 4.59%

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

#8C2F09 (or 0x8C2F09) is known color: Saddle Brown. HEX triplet: 8C, 2F and 09. RGB value is (140,47,9). Sum of RGB (Red+Green+Blue) = 140+47+9=196 (25% of max value = 765). Red value is 140 (55.08% from 255 or 71.43% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 9 (3.91% from 255 or 4.59% from 196); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2F09 is #73D0F6. Grayscale: #464646. Windows color (decimal): -7590135 or 601996. OLE color: 601996.

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

Color convert

RGB 140 47 9 -
CMYK 0 0.66 0.94 0.45
HSL 17.4º 0.88% 0.29% -
HSV(B) 17.4º 0.94% 0.55% -
XYZ 11.88 7.63 1.1 -
YUV 70.48 93.31 177.59 -
System Red Green Blue C M Y K H S L
Decimal 140 47 9 0 0.66 0.94 0.45 17.4 0.88 0.29
Hex 8C 2F 9 0 42 5E 2D 11 58 1D
Octal 214 57 11 0 102 136 55 21 130 35
Binary 10001100 101111 1001 0 1000010 1011110 101101 10001 1011000 11101

Color Harmonies of #8C2F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2F09

Black with #8C2F09

Text Example


Text Example

White with #8C2F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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