Html Css Color HEX #875C00 Golden Brown

📋 copy color: '#875C00'

red 135 ◦ green 92 ◦ blue 0

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

Shades of Golden Brown #875C00

Tints of Golden Brown #875C00

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40.53%

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

R = 59.47%
G = 40.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#875C00 (or 0x875C00) is known color: Golden Brown. HEX triplet: 87, 5C and 00. RGB value is (135,92,0). Sum of RGB (Red+Green+Blue) = 135+92+0=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #875C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875C00 is #78A3FF. Grayscale: #5E5E5E. Windows color (decimal): -7906304 or 23687. OLE color: 23687.

HSL color Cylindrical-coordinate representation of color #875C00: hue angle of 40.89º 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 #875C00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 92 0 -
CMYK 0 0.32 1 0.47
HSL 40.89º 1% 0.26% -
HSV(B) 40.89º 1% 0.53% -
XYZ 13.82 12.81 1.74 -
YUV 94.37 74.75 156.98 -
System Red Green Blue C M Y K H S L
Decimal 135 92 0 0 0.32 1 0.47 40.89 1 0.26
Hex 87 5C 0 0 20 64 2F 29 64 1A
Octal 207 134 0 0 40 144 57 51 144 32
Binary 10000111 1011100 0 0 100000 1100100 101111 101001 1100100 11010

Color Harmonies of #875C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875C00

Black with #875C00

Text Example


Text Example

White with #875C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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