Html Css Color HEX #875F08 Golden Brown

📋 copy color: '#875F08'

red 135 ◦ green 95 ◦ blue 8

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

Shades of Golden Brown #875F08

Tints of Golden Brown #875F08

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.92%

 BLUE value IS 8 (3.52% from 255) = 3.36%

R = 56.72%
G = 39.92%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#875F08 (or 0x875F08) is known color: Golden Brown. HEX triplet: 87, 5F and 08. RGB value is (135,95,8). Sum of RGB (Red+Green+Blue) = 135+95+8=238 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.72% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 135 - color contains mainly: red. Hex color #875F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875F08 is #78A0F7. Grayscale: #616161. Windows color (decimal): -7905528 or 548743. OLE color: 548743.

HSL color Cylindrical-coordinate representation of color #875F08: hue angle of 41.1º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #875F08 is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 95 8 -
CMYK 0 0.30 0.94 0.47
HSL 41.1º 0.89% 0.28% -
HSV(B) 41.1º 0.94% 0.53% -
XYZ 14.13 13.35 2.06 -
YUV 97.04 77.75 155.07 -
System Red Green Blue C M Y K H S L
Decimal 135 95 8 0 0.30 0.94 0.47 41.1 0.89 0.28
Hex 87 5F 8 0 1E 5E 2F 29 59 1C
Octal 207 137 10 0 36 136 57 51 131 34
Binary 10000111 1011111 1000 0 11110 1011110 101111 101001 1011001 11100

Color Harmonies of #875F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875F08

Black with #875F08

Text Example


Text Example

White with #875F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,95,8); }

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

background-color css

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

 a { background-color: rgb(135,95,8); }

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

border-color css

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

 span { border-color: rgb(135,95,8); }

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