Html Css Color HEX #945D11 Golden Brown

📋 copy color: '#945D11'

red 148 ◦ green 93 ◦ blue 17

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

Shades of Golden Brown #945D11

Tints of Golden Brown #945D11

RGB

 RED value IS 148 (58.2% from 255) = 57.36%

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

 BLUE value IS 17 (7.03% from 255) = 6.59%

R = 57.36%
G = 36.05%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#945D11 (or 0x945D11) is known color: Golden Brown. HEX triplet: 94, 5D and 11. RGB value is (148,93,17). Sum of RGB (Red+Green+Blue) = 148+93+17=258 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.36% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 148 - color contains mainly: red. Hex color #945D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945D11 is #6BA2EE. Grayscale: #656565. Windows color (decimal): -7054063 or 1138068. OLE color: 1138068.

HSL color Cylindrical-coordinate representation of color #945D11: hue angle of 34.81º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #945D11 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 93 17 -
CMYK 0 0.37 0.89 0.42
HSL 34.81º 0.79% 0.32% -
HSV(B) 34.81º 0.89% 0.58% -
XYZ 16.23 14.17 2.41 -
YUV 100.78 80.72 161.68 -
System Red Green Blue C M Y K H S L
Decimal 148 93 17 0 0.37 0.89 0.42 34.81 0.79 0.32
Hex 94 5D 11 0 25 59 2A 23 4F 20
Octal 224 135 21 0 45 131 52 43 117 40
Binary 10010100 1011101 10001 0 100101 1011001 101010 100011 1001111 100000

Color Harmonies of #945D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945D11

Black with #945D11

Text Example


Text Example

White with #945D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945D11; }

 p { color: rgb(148,93,17); }

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

background-color css

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

 a { background-color: rgb(148,93,17); }

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

border-color css

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

 span { border-color: rgb(148,93,17); }

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