Html Css Color HEX #875E0A Golden Brown

📋 copy color: '#875E0A'

red 135 ◦ green 94 ◦ blue 10

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

Shades of Golden Brown #875E0A

Tints of Golden Brown #875E0A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39.33%

 BLUE value IS 10 (4.3% from 255) = 4.18%

R = 56.49%
G = 39.33%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#875E0A (or 0x875E0A) is known color: Golden Brown. HEX triplet: 87, 5E and 0A. RGB value is (135,94,10). Sum of RGB (Red+Green+Blue) = 135+94+10=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #875E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875E0A is #78A1F5. Grayscale: #616161. Windows color (decimal): -7905782 or 679559. OLE color: 679559.

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

Color convert

RGB 135 94 10 -
CMYK 0 0.30 0.93 0.47
HSL 40.32º 0.86% 0.28% -
HSV(B) 40.32º 0.93% 0.53% -
XYZ 14.05 13.18 2.09 -
YUV 96.68 79.08 155.33 -
System Red Green Blue C M Y K H S L
Decimal 135 94 10 0 0.30 0.93 0.47 40.32 0.86 0.28
Hex 87 5E A 0 1E 5D 2F 28 56 1C
Octal 207 136 12 0 36 135 57 50 126 34
Binary 10000111 1011110 1010 0 11110 1011101 101111 101000 1010110 11100

Color Harmonies of #875E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875E0A

Black with #875E0A

Text Example


Text Example

White with #875E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,94,10); }

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

background-color css

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

 a { background-color: rgb(135,94,10); }

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

border-color css

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

 span { border-color: rgb(135,94,10); }

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