Html Css Color HEX #876700 Golden Brown

📋 copy color: '#876700'

red 135 ◦ green 103 ◦ blue 0

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

Shades of Golden Brown #876700

Tints of Golden Brown #876700

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.28%

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

R = 56.72%
G = 43.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#876700 (or 0x876700) is known color: Golden Brown. HEX triplet: 87, 67 and 00. RGB value is (135,103,0). Sum of RGB (Red+Green+Blue) = 135+103+0=238 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.72% from 238); Green value is 103 (40.62% from 255 or 43.28% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 135 - color contains mainly: red. Hex color #876700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876700 is #7898FF. Grayscale: #656565. Windows color (decimal): -7903488 or 26503. OLE color: 26503.

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

Color convert

RGB 135 103 0 -
CMYK 0 0.24 1 0.47
HSL 45.78º 1% 0.26% -
HSV(B) 45.78º 1% 0.53% -
XYZ 14.84 14.85 2.08 -
YUV 100.83 71.1 152.38 -
System Red Green Blue C M Y K H S L
Decimal 135 103 0 0 0.24 1 0.47 45.78 1 0.26
Hex 87 67 0 0 18 64 2F 2E 64 1A
Octal 207 147 0 0 30 144 57 56 144 32
Binary 10000111 1100111 0 0 11000 1100100 101111 101110 1100100 11010

Color Harmonies of #876700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876700

Black with #876700

Text Example


Text Example

White with #876700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876700; }

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

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

background-color css

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

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

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

border-color css

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

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

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