Html Css Color HEX #874119 Saddle Brown

📋 copy color: '#874119'

red 135 ◦ green 65 ◦ blue 25

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

Shades of Saddle Brown #874119

Tints of Saddle Brown #874119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.89%

 BLUE value IS 25 (10.16% from 255) = 11.11%

R = 60%
G = 28.89%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#874119 (or 0x874119) is known color: Saddle Brown. HEX triplet: 87, 41 and 19. RGB value is (135,65,25). Sum of RGB (Red+Green+Blue) = 135+65+25=225 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 135 - color contains mainly: red. Hex color #874119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874119 is #78BEE6. Grayscale: #515151. Windows color (decimal): -7913191 or 1655175. OLE color: 1655175.

HSL color Cylindrical-coordinate representation of color #874119: hue angle of 21.82º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #874119 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 65 25 -
CMYK 0 0.52 0.81 0.47
HSL 21.82º 0.69% 0.31% -
HSV(B) 21.82º 0.81% 0.53% -
XYZ 12.06 9 2.02 -
YUV 81.37 96.19 166.25 -
System Red Green Blue C M Y K H S L
Decimal 135 65 25 0 0.52 0.81 0.47 21.82 0.69 0.31
Hex 87 41 19 0 34 51 2F 16 45 1F
Octal 207 101 31 0 64 121 57 26 105 37
Binary 10000111 1000001 11001 0 110100 1010001 101111 10110 1000101 11111

Color Harmonies of #874119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874119

Black with #874119

Text Example


Text Example

White with #874119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874119; }

 p { color: rgb(135,65,25); }

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

background-color css

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

 a { background-color: rgb(135,65,25); }

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

border-color css

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

 span { border-color: rgb(135,65,25); }

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