Html Css Color HEX #875800 Golden Brown

📋 copy color: '#875800'

red 135 ◦ green 88 ◦ blue 0

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

Shades of Golden Brown #875800

Tints of Golden Brown #875800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.54%
G = 39.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#875800 (or 0x875800) is known color: Golden Brown. HEX triplet: 87, 58 and 00. RGB value is (135,88,0). Sum of RGB (Red+Green+Blue) = 135+88+0=223 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.54% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 135 - color contains mainly: red. Hex color #875800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875800 is #78A7FF. Grayscale: #5C5C5C. Windows color (decimal): -7907328 or 22663. OLE color: 22663.

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

Color convert

RGB 135 88 0 -
CMYK 0 0.35 1 0.47
HSL 39.11º 1% 0.26% -
HSV(B) 39.11º 1% 0.53% -
XYZ 13.48 12.13 1.63 -
YUV 92.02 76.07 158.66 -
System Red Green Blue C M Y K H S L
Decimal 135 88 0 0 0.35 1 0.47 39.11 1 0.26
Hex 87 58 0 0 23 64 2F 27 64 1A
Octal 207 130 0 0 43 144 57 47 144 32
Binary 10000111 1011000 0 0 100011 1100100 101111 100111 1100100 11010

Color Harmonies of #875800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875800

Black with #875800

Text Example


Text Example

White with #875800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875800; }

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

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

background-color css

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

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

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

border-color css

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

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

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