Html Css Color HEX #8D4C02 Saddle Brown

📋 copy color: '#8D4C02'

red 141 ◦ green 76 ◦ blue 2

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

Shades of Saddle Brown #8D4C02

Tints of Saddle Brown #8D4C02

RGB

 RED value IS 141 (55.47% from 255) = 64.38%

 GREEN value IS 76 (30.08% from 255) = 34.7%

 BLUE value IS 2 (1.17% from 255) = 0.91%

R = 64.38%
G = 34.7%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8D4C02 (or 0x8D4C02) is known color: Saddle Brown. HEX triplet: 8D, 4C and 02. RGB value is (141,76,2). Sum of RGB (Red+Green+Blue) = 141+76+2=219 (29% of max value = 765). Red value is 141 (55.47% from 255 or 64.38% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4C02 is #72B3FD. Grayscale: #575757. Windows color (decimal): -7517182 or 150669. OLE color: 150669.

HSL color Cylindrical-coordinate representation of color #8D4C02: hue angle of 31.94º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D4C02 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 76 2 -
CMYK 0 0.46 0.99 0.45
HSL 31.94º 0.97% 0.28% -
HSV(B) 31.94º 0.99% 0.55% -
XYZ 13.58 10.84 1.43 -
YUV 87 80.03 166.52 -
System Red Green Blue C M Y K H S L
Decimal 141 76 2 0 0.46 0.99 0.45 31.94 0.97 0.28
Hex 8D 4C 2 0 2E 63 2D 20 61 1C
Octal 215 114 2 0 56 143 55 40 141 34
Binary 10001101 1001100 10 0 101110 1100011 101101 100000 1100001 11100

Color Harmonies of #8D4C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4C02

Black with #8D4C02

Text Example


Text Example

White with #8D4C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,76,2); }

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

background-color css

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

 a { background-color: rgb(141,76,2); }

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

border-color css

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

 span { border-color: rgb(141,76,2); }

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