Html Css Color HEX #875C09 Golden Brown

📋 copy color: '#875C09'

red 135 ◦ green 92 ◦ blue 9

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

Shades of Golden Brown #875C09

Tints of Golden Brown #875C09

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.98%

 BLUE value IS 9 (3.91% from 255) = 3.81%

R = 57.2%
G = 38.98%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#875C09 (or 0x875C09) is known color: Golden Brown. HEX triplet: 87, 5C and 09. RGB value is (135,92,9). Sum of RGB (Red+Green+Blue) = 135+92+9=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 9 (3.91% from 255 or 3.81% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #875C09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875C09 is #78A3F6. Grayscale: #5F5F5F. Windows color (decimal): -7906295 or 613511. OLE color: 613511.

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

Color convert

RGB 135 92 9 -
CMYK 0 0.32 0.93 0.47
HSL 39.52º 0.88% 0.28% -
HSV(B) 39.52º 0.93% 0.53% -
XYZ 13.87 12.82 2 -
YUV 95.4 79.25 156.25 -
System Red Green Blue C M Y K H S L
Decimal 135 92 9 0 0.32 0.93 0.47 39.52 0.88 0.28
Hex 87 5C 9 0 20 5D 2F 28 58 1C
Octal 207 134 11 0 40 135 57 50 130 34
Binary 10000111 1011100 1001 0 100000 1011101 101111 101000 1011000 11100

Color Harmonies of #875C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875C09

Black with #875C09

Text Example


Text Example

White with #875C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,92,9); }

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

background-color css

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

 a { background-color: rgb(135,92,9); }

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

border-color css

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

 span { border-color: rgb(135,92,9); }

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