Html Css Color HEX #927013 Golden Brown

📋 copy color: '#927013'

red 146 ◦ green 112 ◦ blue 19

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

Shades of Golden Brown #927013

Tints of Golden Brown #927013

RGB

 RED value IS 146 (57.42% from 255) = 52.71%

 GREEN value IS 112 (44.14% from 255) = 40.43%

 BLUE value IS 19 (7.81% from 255) = 6.86%

R = 52.71%
G = 40.43%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#927013 (or 0x927013) is known color: Golden Brown. HEX triplet: 92, 70 and 13. RGB value is (146,112,19). Sum of RGB (Red+Green+Blue) = 146+112+19=277 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.71% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 146 - color contains mainly: red. Hex color #927013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927013 is #6D8FEC. Grayscale: #6F6F6F. Windows color (decimal): -7180269 or 1274002. OLE color: 1274002.

HSL color Cylindrical-coordinate representation of color #927013: hue angle of 43.94º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #927013 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 112 19 -
CMYK 0 0.23 0.87 0.43
HSL 43.94º 0.77% 0.32% -
HSV(B) 43.94º 0.87% 0.57% -
XYZ 17.77 17.75 3.11 -
YUV 111.56 75.76 152.56 -
System Red Green Blue C M Y K H S L
Decimal 146 112 19 0 0.23 0.87 0.43 43.94 0.77 0.32
Hex 92 70 13 0 17 57 2B 2C 4D 20
Octal 222 160 23 0 27 127 53 54 115 40
Binary 10010010 1110000 10011 0 10111 1010111 101011 101100 1001101 100000

Color Harmonies of #927013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927013

Black with #927013

Text Example


Text Example

White with #927013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927013; }

 p { color: rgb(146,112,19); }

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

background-color css

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

 a { background-color: rgb(146,112,19); }

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

border-color css

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

 span { border-color: rgb(146,112,19); }

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