Html Css Color HEX #937000 Golden Brown

📋 copy color: '#937000'

red 147 ◦ green 112 ◦ blue 0

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

Shades of Golden Brown #937000

Tints of Golden Brown #937000

RGB

 RED value IS 147 (57.81% from 255) = 56.76%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.76%
G = 43.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#937000 (or 0x937000) is known color: Golden Brown. HEX triplet: 93, 70 and 00. RGB value is (147,112,0). Sum of RGB (Red+Green+Blue) = 147+112+0=259 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.76% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 147 - color contains mainly: red. Hex color #937000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937000 is #6C8FFF. Grayscale: #6E6E6E. Windows color (decimal): -7114752 or 28819. OLE color: 28819.

HSL color Cylindrical-coordinate representation of color #937000: hue angle of 45.71º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #937000 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 112 0 -
CMYK 0 0.24 1 0.42
HSL 45.71º 1% 0.29% -
HSV(B) 45.71º 1% 0.58% -
XYZ 17.83 17.79 2.49 -
YUV 109.7 66.1 154.61 -
System Red Green Blue C M Y K H S L
Decimal 147 112 0 0 0.24 1 0.42 45.71 1 0.29
Hex 93 70 0 0 18 64 2A 2E 64 1D
Octal 223 160 0 0 30 144 52 56 144 35
Binary 10010011 1110000 0 0 11000 1100100 101010 101110 1100100 11101

Color Harmonies of #937000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937000

Black with #937000

Text Example


Text Example

White with #937000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937000; }

 p { color: rgb(147,112,0); }

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

background-color css

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

 a { background-color: rgb(147,112,0); }

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

border-color css

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

 span { border-color: rgb(147,112,0); }

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