Html Css Color HEX #874802 Saddle Brown

📋 copy color: '#874802'

red 135 ◦ green 72 ◦ blue 2

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

Shades of Saddle Brown #874802

Tints of Saddle Brown #874802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.96%

R = 64.59%
G = 34.45%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#874802 (or 0x874802) is known color: Saddle Brown. HEX triplet: 87, 48 and 02. RGB value is (135,72,2). Sum of RGB (Red+Green+Blue) = 135+72+2=209 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.59% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 135 - color contains mainly: red. Hex color #874802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874802 is #78B7FD. Grayscale: #535353. Windows color (decimal): -7911422 or 149639. OLE color: 149639.

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

Color convert

RGB 135 72 2 -
CMYK 0 0.47 0.99 0.47
HSL 31.58º 0.97% 0.27% -
HSV(B) 31.58º 0.99% 0.53% -
XYZ 12.32 9.79 1.3 -
YUV 82.86 82.37 165.19 -
System Red Green Blue C M Y K H S L
Decimal 135 72 2 0 0.47 0.99 0.47 31.58 0.97 0.27
Hex 87 48 2 0 2F 63 2F 20 61 1B
Octal 207 110 2 0 57 143 57 40 141 33
Binary 10000111 1001000 10 0 101111 1100011 101111 100000 1100001 11011

Color Harmonies of #874802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874802

Black with #874802

Text Example


Text Example

White with #874802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874802; }

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

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

background-color css

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

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

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

border-color css

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

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

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