Html Css Color HEX #875802 Golden Brown

📋 copy color: '#875802'

red 135 ◦ green 88 ◦ blue 2

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

Shades of Golden Brown #875802

Tints of Golden Brown #875802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.11%

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

R = 60%
G = 39.11%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#875802 (or 0x875802) is known color: Golden Brown. HEX triplet: 87, 58 and 02. RGB value is (135,88,2). Sum of RGB (Red+Green+Blue) = 135+88+2=225 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 135 - color contains mainly: red. Hex color #875802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875802 is #78A7FD. Grayscale: #5C5C5C. Windows color (decimal): -7907326 or 153735. OLE color: 153735.

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

Color convert

RGB 135 88 2 -
CMYK 0 0.35 0.99 0.47
HSL 38.8º 0.97% 0.27% -
HSV(B) 38.8º 0.99% 0.53% -
XYZ 13.49 12.13 1.69 -
YUV 92.25 77.07 158.49 -
System Red Green Blue C M Y K H S L
Decimal 135 88 2 0 0.35 0.99 0.47 38.8 0.97 0.27
Hex 87 58 2 0 23 63 2F 27 61 1B
Octal 207 130 2 0 43 143 57 47 141 33
Binary 10000111 1011000 10 0 100011 1100011 101111 100111 1100001 11011

Color Harmonies of #875802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875802

Black with #875802

Text Example


Text Example

White with #875802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875802; }

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

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

background-color css

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

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

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

border-color css

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

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

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