Html Css Color HEX #875A0F Golden Brown

📋 copy color: '#875A0F'

red 135 ◦ green 90 ◦ blue 15

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

Shades of Golden Brown #875A0F

Tints of Golden Brown #875A0F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.5%

 BLUE value IS 15 (6.25% from 255) = 6.25%

R = 56.25%
G = 37.5%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#875A0F (or 0x875A0F) is known color: Golden Brown. HEX triplet: 87, 5A and 0F. RGB value is (135,90,15). Sum of RGB (Red+Green+Blue) = 135+90+15=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #875A0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875A0F is #78A5F0. Grayscale: #5F5F5F. Windows color (decimal): -7906801 or 1006215. OLE color: 1006215.

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

Color convert

RGB 135 90 15 -
CMYK 0 0.33 0.89 0.47
HSL 37.5º 0.8% 0.29% -
HSV(B) 37.5º 0.89% 0.53% -
XYZ 13.73 12.5 2.14 -
YUV 94.91 82.91 156.6 -
System Red Green Blue C M Y K H S L
Decimal 135 90 15 0 0.33 0.89 0.47 37.5 0.8 0.29
Hex 87 5A F 0 21 59 2F 26 50 1D
Octal 207 132 17 0 41 131 57 46 120 35
Binary 10000111 1011010 1111 0 100001 1011001 101111 100110 1010000 11101

Color Harmonies of #875A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875A0F

Black with #875A0F

Text Example


Text Example

White with #875A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,90,15); }

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

background-color css

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

 a { background-color: rgb(135,90,15); }

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

border-color css

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

 span { border-color: rgb(135,90,15); }

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