Html Css Color HEX #875E07 Golden Brown

📋 copy color: '#875E07'

red 135 ◦ green 94 ◦ blue 7

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

Shades of Golden Brown #875E07

Tints of Golden Brown #875E07

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39.83%

 BLUE value IS 7 (3.13% from 255) = 2.97%

R = 57.2%
G = 39.83%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#875E07 (or 0x875E07) is known color: Golden Brown. HEX triplet: 87, 5E and 07. RGB value is (135,94,7). Sum of RGB (Red+Green+Blue) = 135+94+7=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 94 (37.11% from 255 or 39.83% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #875E07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875E07 is #78A1F8. Grayscale: #606060. Windows color (decimal): -7905785 or 482951. OLE color: 482951.

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

Color convert

RGB 135 94 7 -
CMYK 0 0.30 0.95 0.47
HSL 40.78º 0.9% 0.28% -
HSV(B) 40.78º 0.95% 0.53% -
XYZ 14.03 13.17 2 -
YUV 96.34 77.58 155.57 -
System Red Green Blue C M Y K H S L
Decimal 135 94 7 0 0.30 0.95 0.47 40.78 0.9 0.28
Hex 87 5E 7 0 1E 5F 2F 29 5A 1C
Octal 207 136 7 0 36 137 57 51 132 34
Binary 10000111 1011110 111 0 11110 1011111 101111 101001 1011010 11100

Color Harmonies of #875E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875E07

Black with #875E07

Text Example


Text Example

White with #875E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,94,7); }

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

background-color css

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

 a { background-color: rgb(135,94,7); }

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

border-color css

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

 span { border-color: rgb(135,94,7); }

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