Html Css Color HEX #875801 Golden Brown

📋 copy color: '#875801'

red 135 ◦ green 88 ◦ blue 1

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

Shades of Golden Brown #875801

Tints of Golden Brown #875801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 60.27%
G = 39.29%
B = 0.45%

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

#875801 (or 0x875801) is known color: Golden Brown. HEX triplet: 87, 58 and 01. RGB value is (135,88,1). Sum of RGB (Red+Green+Blue) = 135+88+1=224 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.27% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 135 - color contains mainly: red. Hex color #875801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875801 is #78A7FE. Grayscale: #5C5C5C. Windows color (decimal): -7907327 or 88199. OLE color: 88199.

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

Color convert

RGB 135 88 1 -
CMYK 0 0.35 0.99 0.47
HSL 38.96º 0.99% 0.27% -
HSV(B) 38.96º 0.99% 0.53% -
XYZ 13.49 12.13 1.66 -
YUV 92.14 76.57 158.57 -
System Red Green Blue C M Y K H S L
Decimal 135 88 1 0 0.35 0.99 0.47 38.96 0.99 0.27
Hex 87 58 1 0 23 63 2F 27 63 1B
Octal 207 130 1 0 43 143 57 47 143 33
Binary 10000111 1011000 1 0 100011 1100011 101111 100111 1100011 11011

Color Harmonies of #875801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875801

Black with #875801

Text Example


Text Example

White with #875801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875801; }

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

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

background-color css

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

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

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

border-color css

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

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

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