Html Css Color HEX #8C340C Saddle Brown

📋 copy color: '#8C340C'

red 140 ◦ green 52 ◦ blue 12

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

Shades of Saddle Brown #8C340C

Tints of Saddle Brown #8C340C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.49%

 BLUE value IS 12 (5.08% from 255) = 5.88%

R = 68.63%
G = 25.49%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8C340C (or 0x8C340C) is known color: Saddle Brown. HEX triplet: 8C, 34 and 0C. RGB value is (140,52,12). Sum of RGB (Red+Green+Blue) = 140+52+12=204 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.63% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 140 - color contains mainly: red. Hex color #8C340C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C340C is #73CBF3. Grayscale: #4A4A4A. Windows color (decimal): -7588852 or 799884. OLE color: 799884.

HSL color Cylindrical-coordinate representation of color #8C340C: hue angle of 18.75º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C340C is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 52 12 -
CMYK 0 0.63 0.91 0.45
HSL 18.75º 0.84% 0.3% -
HSV(B) 18.75º 0.91% 0.55% -
XYZ 12.11 8.06 1.26 -
YUV 73.75 93.15 175.25 -
System Red Green Blue C M Y K H S L
Decimal 140 52 12 0 0.63 0.91 0.45 18.75 0.84 0.3
Hex 8C 34 C 0 3F 5B 2D 13 54 1E
Octal 214 64 14 0 77 133 55 23 124 36
Binary 10001100 110100 1100 0 111111 1011011 101101 10011 1010100 11110

Color Harmonies of #8C340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C340C

Black with #8C340C

Text Example


Text Example

White with #8C340C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,52,12); }

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

background-color css

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

 a { background-color: rgb(140,52,12); }

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

border-color css

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

 span { border-color: rgb(140,52,12); }

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