Html Css Color HEX #874402 Saddle Brown

📋 copy color: '#874402'

red 135 ◦ green 68 ◦ blue 2

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

Shades of Saddle Brown #874402

Tints of Saddle Brown #874402

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.17%

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

R = 65.85%
G = 33.17%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#874402 (or 0x874402) is known color: Saddle Brown. HEX triplet: 87, 44 and 02. RGB value is (135,68,2). Sum of RGB (Red+Green+Blue) = 135+68+2=205 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.85% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 135 - color contains mainly: red. Hex color #874402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #874402 is #78BBFD. Grayscale: #505050. Windows color (decimal): -7912446 or 148615. OLE color: 148615.

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

Color convert

RGB 135 68 2 -
CMYK 0 0.50 0.99 0.47
HSL 29.77º 0.97% 0.27% -
HSV(B) 29.77º 0.99% 0.53% -
XYZ 12.07 9.29 1.21 -
YUV 80.51 83.7 166.87 -
System Red Green Blue C M Y K H S L
Decimal 135 68 2 0 0.50 0.99 0.47 29.77 0.97 0.27
Hex 87 44 2 0 32 63 2F 1E 61 1B
Octal 207 104 2 0 62 143 57 36 141 33
Binary 10000111 1000100 10 0 110010 1100011 101111 11110 1100001 11011

Color Harmonies of #874402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874402

Black with #874402

Text Example


Text Example

White with #874402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874402; }

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

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

background-color css

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

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

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

border-color css

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

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

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