Html Css Color HEX #875F14 Golden Brown

📋 copy color: '#875F14'

red 135 ◦ green 95 ◦ blue 20

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

Shades of Golden Brown #875F14

Tints of Golden Brown #875F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8%

R = 54%
G = 38%
B = 8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#875F14 (or 0x875F14) is known color: Golden Brown. HEX triplet: 87, 5F and 14. RGB value is (135,95,20). Sum of RGB (Red+Green+Blue) = 135+95+20=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 95 (37.5% from 255 or 38% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #875F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875F14 is #78A0EB. Grayscale: #626262. Windows color (decimal): -7905516 or 1335175. OLE color: 1335175.

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

Color convert

RGB 135 95 20 -
CMYK 0 0.30 0.85 0.47
HSL 39.13º 0.74% 0.3% -
HSV(B) 39.13º 0.85% 0.53% -
XYZ 14.21 13.39 2.5 -
YUV 98.41 83.75 154.1 -
System Red Green Blue C M Y K H S L
Decimal 135 95 20 0 0.30 0.85 0.47 39.13 0.74 0.3
Hex 87 5F 14 0 1E 55 2F 27 4A 1E
Octal 207 137 24 0 36 125 57 47 112 36
Binary 10000111 1011111 10100 0 11110 1010101 101111 100111 1001010 11110

Color Harmonies of #875F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875F14

Black with #875F14

Text Example


Text Example

White with #875F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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