Html Css Color HEX #8C431D Saddle Brown

📋 copy color: '#8C431D'

red 140 ◦ green 67 ◦ blue 29

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

Shades of Saddle Brown #8C431D

Tints of Saddle Brown #8C431D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.39%

 BLUE value IS 29 (11.72% from 255) = 12.29%

R = 59.32%
G = 28.39%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C431D (or 0x8C431D) is known color: Saddle Brown. HEX triplet: 8C, 43 and 1D. RGB value is (140,67,29). Sum of RGB (Red+Green+Blue) = 140+67+29=236 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.32% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 140 - color contains mainly: red. Hex color #8C431D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C431D is #73BCE2. Grayscale: #545454. Windows color (decimal): -7584995 or 1917836. OLE color: 1917836.

HSL color Cylindrical-coordinate representation of color #8C431D: hue angle of 20.54º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C431D is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 67 29 -
CMYK 0 0.52 0.79 0.45
HSL 20.54º 0.66% 0.33% -
HSV(B) 20.54º 0.79% 0.55% -
XYZ 13.04 9.68 2.34 -
YUV 84.5 96.68 167.59 -
System Red Green Blue C M Y K H S L
Decimal 140 67 29 0 0.52 0.79 0.45 20.54 0.66 0.33
Hex 8C 43 1D 0 34 4F 2D 15 42 21
Octal 214 103 35 0 64 117 55 25 102 41
Binary 10001100 1000011 11101 0 110100 1001111 101101 10101 1000010 100001

Color Harmonies of #8C431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C431D

Black with #8C431D

Text Example


Text Example

White with #8C431D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,67,29); }

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

background-color css

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

 a { background-color: rgb(140,67,29); }

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

border-color css

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

 span { border-color: rgb(140,67,29); }

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