Html Css Color HEX #875D02 Golden Brown

📋 copy color: '#875D02'

red 135 ◦ green 93 ◦ blue 2

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

Shades of Golden Brown #875D02

Tints of Golden Brown #875D02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.87%

R = 58.7%
G = 40.43%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#875D02 (or 0x875D02) is known color: Golden Brown. HEX triplet: 87, 5D and 02. RGB value is (135,93,2). Sum of RGB (Red+Green+Blue) = 135+93+2=230 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.70% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 135 - color contains mainly: red. Hex color #875D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875D02 is #78A2FD. Grayscale: #5F5F5F. Windows color (decimal): -7906046 or 155015. OLE color: 155015.

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

Color convert

RGB 135 93 2 -
CMYK 0 0.31 0.99 0.47
HSL 41.05º 0.97% 0.27% -
HSV(B) 41.05º 0.99% 0.53% -
XYZ 13.92 12.98 1.83 -
YUV 95.18 75.41 156.4 -
System Red Green Blue C M Y K H S L
Decimal 135 93 2 0 0.31 0.99 0.47 41.05 0.97 0.27
Hex 87 5D 2 0 1F 63 2F 29 61 1B
Octal 207 135 2 0 37 143 57 51 141 33
Binary 10000111 1011101 10 0 11111 1100011 101111 101001 1100001 11011

Color Harmonies of #875D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875D02

Black with #875D02

Text Example


Text Example

White with #875D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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