Html Css Color HEX #875D15 Golden Brown

📋 copy color: '#875D15'

red 135 ◦ green 93 ◦ blue 21

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

Shades of Golden Brown #875D15

Tints of Golden Brown #875D15

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.35%

 BLUE value IS 21 (8.59% from 255) = 8.43%

R = 54.22%
G = 37.35%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#875D15 (or 0x875D15) is known color: Golden Brown. HEX triplet: 87, 5D and 15. RGB value is (135,93,21). Sum of RGB (Red+Green+Blue) = 135+93+21=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #875D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875D15 is #78A2EA. Grayscale: #616161. Windows color (decimal): -7906027 or 1400199. OLE color: 1400199.

HSL color Cylindrical-coordinate representation of color #875D15: hue angle of 37.89º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #875D15 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 93 21 -
CMYK 0 0.31 0.84 0.47
HSL 37.89º 0.73% 0.31% -
HSV(B) 37.89º 0.84% 0.53% -
XYZ 14.04 13.03 2.49 -
YUV 97.35 84.91 154.85 -
System Red Green Blue C M Y K H S L
Decimal 135 93 21 0 0.31 0.84 0.47 37.89 0.73 0.31
Hex 87 5D 15 0 1F 54 2F 26 49 1F
Octal 207 135 25 0 37 124 57 46 111 37
Binary 10000111 1011101 10101 0 11111 1010100 101111 100110 1001001 11111

Color Harmonies of #875D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875D15

Black with #875D15

Text Example


Text Example

White with #875D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,93,21); }

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

background-color css

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

 a { background-color: rgb(135,93,21); }

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

border-color css

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

 span { border-color: rgb(135,93,21); }

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