Html Css Color HEX #874002 Saddle Brown

📋 copy color: '#874002'

red 135 ◦ green 64 ◦ blue 2

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

Shades of Saddle Brown #874002

Tints of Saddle Brown #874002

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.84%

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

R = 67.16%
G = 31.84%
B = 1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#874002 (or 0x874002) is known color: Saddle Brown. HEX triplet: 87, 40 and 02. RGB value is (135,64,2). Sum of RGB (Red+Green+Blue) = 135+64+2=201 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.16% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 135 - color contains mainly: red. Hex color #874002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874002 is #78BFFD. Grayscale: #4E4E4E. Windows color (decimal): -7913470 or 147591. OLE color: 147591.

HSL color Cylindrical-coordinate representation of color #874002: hue angle of 27.97º 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 #874002 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 64 2 -
CMYK 0 0.53 0.99 0.47
HSL 27.97º 0.97% 0.27% -
HSV(B) 27.97º 0.99% 0.53% -
XYZ 11.84 8.82 1.14 -
YUV 78.16 85.02 168.54 -
System Red Green Blue C M Y K H S L
Decimal 135 64 2 0 0.53 0.99 0.47 27.97 0.97 0.27
Hex 87 40 2 0 35 63 2F 1C 61 1B
Octal 207 100 2 0 65 143 57 34 141 33
Binary 10000111 1000000 10 0 110101 1100011 101111 11100 1100001 11011

Color Harmonies of #874002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874002

Black with #874002

Text Example


Text Example

White with #874002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874002; }

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

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

background-color css

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

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

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

border-color css

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

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

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