Html Css Color HEX #875D04 Golden Brown

📋 copy color: '#875D04'

red 135 ◦ green 93 ◦ blue 4

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

Shades of Golden Brown #875D04

Tints of Golden Brown #875D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.72%

R = 58.19%
G = 40.09%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#875D04 (or 0x875D04) is known color: Golden Brown. HEX triplet: 87, 5D and 04. RGB value is (135,93,4). Sum of RGB (Red+Green+Blue) = 135+93+4=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #875D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875D04 is #78A2FB. Grayscale: #5F5F5F. Windows color (decimal): -7906044 or 286087. OLE color: 286087.

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

Color convert

RGB 135 93 4 -
CMYK 0 0.31 0.97 0.47
HSL 40.76º 0.94% 0.27% -
HSV(B) 40.76º 0.97% 0.53% -
XYZ 13.93 12.99 1.89 -
YUV 95.41 76.41 156.24 -
System Red Green Blue C M Y K H S L
Decimal 135 93 4 0 0.31 0.97 0.47 40.76 0.94 0.27
Hex 87 5D 4 0 1F 61 2F 29 5E 1B
Octal 207 135 4 0 37 141 57 51 136 33
Binary 10000111 1011101 100 0 11111 1100001 101111 101001 1011110 11011

Color Harmonies of #875D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875D04

Black with #875D04

Text Example


Text Example

White with #875D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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