Html Css Color HEX #875D07 Golden Brown

📋 copy color: '#875D07'

red 135 ◦ green 93 ◦ blue 7

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

Shades of Golden Brown #875D07

Tints of Golden Brown #875D07

RGB

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

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

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

R = 57.45%
G = 39.57%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#875D07 (or 0x875D07) is known color: Golden Brown. HEX triplet: 87, 5D and 07. RGB value is (135,93,7). Sum of RGB (Red+Green+Blue) = 135+93+7=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #875D07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875D07 is #78A2F8. Grayscale: #606060. Windows color (decimal): -7906041 or 482695. OLE color: 482695.

HSL color Cylindrical-coordinate representation of color #875D07: hue angle of 40.31º 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 #875D07 is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 93 7 -
CMYK 0 0.31 0.95 0.47
HSL 40.31º 0.9% 0.28% -
HSV(B) 40.31º 0.95% 0.53% -
XYZ 13.94 12.99 1.97 -
YUV 95.75 77.91 155.99 -
System Red Green Blue C M Y K H S L
Decimal 135 93 7 0 0.31 0.95 0.47 40.31 0.9 0.28
Hex 87 5D 7 0 1F 5F 2F 28 5A 1C
Octal 207 135 7 0 37 137 57 50 132 34
Binary 10000111 1011101 111 0 11111 1011111 101111 101000 1011010 11100

Color Harmonies of #875D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875D07

Black with #875D07

Text Example


Text Example

White with #875D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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