Html Css Color HEX #874813 Saddle Brown

📋 copy color: '#874813'

red 135 ◦ green 72 ◦ blue 19

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

Shades of Saddle Brown #874813

Tints of Saddle Brown #874813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.41%

R = 59.73%
G = 31.86%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#874813 (or 0x874813) is known color: Saddle Brown. HEX triplet: 87, 48 and 13. RGB value is (135,72,19). Sum of RGB (Red+Green+Blue) = 135+72+19=226 (29% of max value = 765). Red value is 135 (53.12% from 255 or 59.73% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 135 - color contains mainly: red. Hex color #874813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874813 is #78B7EC. Grayscale: #555555. Windows color (decimal): -7911405 or 1263751. OLE color: 1263751.

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

Color convert

RGB 135 72 19 -
CMYK 0 0.47 0.86 0.47
HSL 27.41º 0.75% 0.3% -
HSV(B) 27.41º 0.86% 0.53% -
XYZ 12.43 9.83 1.86 -
YUV 84.8 90.87 163.81 -
System Red Green Blue C M Y K H S L
Decimal 135 72 19 0 0.47 0.86 0.47 27.41 0.75 0.3
Hex 87 48 13 0 2F 56 2F 1B 4B 1E
Octal 207 110 23 0 57 126 57 33 113 36
Binary 10000111 1001000 10011 0 101111 1010110 101111 11011 1001011 11110

Color Harmonies of #874813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874813

Black with #874813

Text Example


Text Example

White with #874813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874813; }

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

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

background-color css

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

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

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

border-color css

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

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

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