Html Css Color HEX #875D12 Golden Brown

📋 copy color: '#875D12'

red 135 ◦ green 93 ◦ blue 18

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

Shades of Golden Brown #875D12

Tints of Golden Brown #875D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.32%

R = 54.88%
G = 37.8%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#875D12 (or 0x875D12) is known color: Golden Brown. HEX triplet: 87, 5D and 12. RGB value is (135,93,18). Sum of RGB (Red+Green+Blue) = 135+93+18=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #875D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875D12 is #78A2ED. Grayscale: #616161. Windows color (decimal): -7906030 or 1203591. OLE color: 1203591.

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

Color convert

RGB 135 93 18 -
CMYK 0 0.31 0.87 0.47
HSL 38.46º 0.76% 0.3% -
HSV(B) 38.46º 0.87% 0.53% -
XYZ 14.02 13.02 2.35 -
YUV 97.01 83.41 155.1 -
System Red Green Blue C M Y K H S L
Decimal 135 93 18 0 0.31 0.87 0.47 38.46 0.76 0.3
Hex 87 5D 12 0 1F 57 2F 26 4C 1E
Octal 207 135 22 0 37 127 57 46 114 36
Binary 10000111 1011101 10010 0 11111 1010111 101111 100110 1001100 11110

Color Harmonies of #875D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875D12

Black with #875D12

Text Example


Text Example

White with #875D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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