Html Css Color HEX #874812 Saddle Brown

📋 copy color: '#874812'

red 135 ◦ green 72 ◦ blue 18

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

Shades of Saddle Brown #874812

Tints of Saddle Brown #874812

RGB

 RED value IS 135 (53.13% from 255) = 60%

 GREEN value IS 72 (28.52% from 255) = 32%

 BLUE value IS 18 (7.42% from 255) = 8%

R = 60%
G = 32%
B = 8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#874812 (or 0x874812) is known color: Saddle Brown. HEX triplet: 87, 48 and 12. RGB value is (135,72,18). Sum of RGB (Red+Green+Blue) = 135+72+18=225 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 135 - color contains mainly: red. Hex color #874812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874812 is #78B7ED. Grayscale: #545454. Windows color (decimal): -7911406 or 1198215. OLE color: 1198215.

HSL color Cylindrical-coordinate representation of color #874812: hue angle of 27.69º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #874812 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 72 18 -
CMYK 0 0.47 0.87 0.47
HSL 27.69º 0.76% 0.3% -
HSV(B) 27.69º 0.87% 0.53% -
XYZ 12.42 9.83 1.81 -
YUV 84.68 90.37 163.89 -
System Red Green Blue C M Y K H S L
Decimal 135 72 18 0 0.47 0.87 0.47 27.69 0.76 0.3
Hex 87 48 12 0 2F 57 2F 1C 4C 1E
Octal 207 110 22 0 57 127 57 34 114 36
Binary 10000111 1001000 10010 0 101111 1010111 101111 11100 1001100 11110

Color Harmonies of #874812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874812

Black with #874812

Text Example


Text Example

White with #874812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874812; }

 p { color: rgb(135,72,18); }

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

background-color css

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

 a { background-color: rgb(135,72,18); }

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

border-color css

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

 span { border-color: rgb(135,72,18); }

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