Html Css Color HEX #874505 Saddle Brown

📋 copy color: '#874505'

red 135 ◦ green 69 ◦ blue 5

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

Shades of Saddle Brown #874505

Tints of Saddle Brown #874505

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.01%

 BLUE value IS 5 (2.34% from 255) = 2.39%

R = 64.59%
G = 33.01%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#874505 (or 0x874505) is known color: Saddle Brown. HEX triplet: 87, 45 and 05. RGB value is (135,69,5). Sum of RGB (Red+Green+Blue) = 135+69+5=209 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.59% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 5 (2.34% from 255 or 2.39% from 209); Max value from RGB is 135 - color contains mainly: red. Hex color #874505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874505 is #78BAFA. Grayscale: #515151. Windows color (decimal): -7912187 or 345479. OLE color: 345479.

HSL color Cylindrical-coordinate representation of color #874505: hue angle of 29.54º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #874505 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 69 5 -
CMYK 0 0.49 0.96 0.47
HSL 29.54º 0.93% 0.27% -
HSV(B) 29.54º 0.96% 0.53% -
XYZ 12.15 9.42 1.32 -
YUV 81.44 84.87 166.2 -
System Red Green Blue C M Y K H S L
Decimal 135 69 5 0 0.49 0.96 0.47 29.54 0.93 0.27
Hex 87 45 5 0 31 60 2F 1E 5D 1B
Octal 207 105 5 0 61 140 57 36 135 33
Binary 10000111 1000101 101 0 110001 1100000 101111 11110 1011101 11011

Color Harmonies of #874505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874505

Black with #874505

Text Example


Text Example

White with #874505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874505; }

 p { color: rgb(135,69,5); }

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

background-color css

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

 a { background-color: rgb(135,69,5); }

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

border-color css

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

 span { border-color: rgb(135,69,5); }

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