Html Css Color HEX #874A12 Saddle Brown

📋 copy color: '#874A12'

red 135 ◦ green 74 ◦ blue 18

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

Shades of Saddle Brown #874A12

Tints of Saddle Brown #874A12

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.6%

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

R = 59.47%
G = 32.6%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#874A12 (or 0x874A12) is known color: Saddle Brown. HEX triplet: 87, 4A and 12. RGB value is (135,74,18). Sum of RGB (Red+Green+Blue) = 135+74+18=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #874A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874A12 is #78B5ED. Grayscale: #565656. Windows color (decimal): -7910894 or 1198727. OLE color: 1198727.

HSL color Cylindrical-coordinate representation of color #874A12: hue angle of 28.72º 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 #874A12 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 74 18 -
CMYK 0 0.45 0.87 0.47
HSL 28.72º 0.76% 0.3% -
HSV(B) 28.72º 0.87% 0.53% -
XYZ 12.55 10.09 1.86 -
YUV 85.86 89.71 163.05 -
System Red Green Blue C M Y K H S L
Decimal 135 74 18 0 0.45 0.87 0.47 28.72 0.76 0.3
Hex 87 4A 12 0 2D 57 2F 1D 4C 1E
Octal 207 112 22 0 55 127 57 35 114 36
Binary 10000111 1001010 10010 0 101101 1010111 101111 11101 1001100 11110

Color Harmonies of #874A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874A12

Black with #874A12

Text Example


Text Example

White with #874A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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