Html Css Color HEX #945917 Golden Brown

📋 copy color: '#945917'

red 148 ◦ green 89 ◦ blue 23

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

Shades of Golden Brown #945917

Tints of Golden Brown #945917

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.23%

 BLUE value IS 23 (9.38% from 255) = 8.85%

R = 56.92%
G = 34.23%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#945917 (or 0x945917) is known color: Golden Brown. HEX triplet: 94, 59 and 17. RGB value is (148,89,23). Sum of RGB (Red+Green+Blue) = 148+89+23=260 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.92% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 148 - color contains mainly: red. Hex color #945917 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945917 is #6BA6E8. Grayscale: #636363. Windows color (decimal): -7055081 or 1530260. OLE color: 1530260.

HSL color Cylindrical-coordinate representation of color #945917: hue angle of 31.68º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #945917 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 89 23 -
CMYK 0 0.40 0.84 0.42
HSL 31.68º 0.73% 0.34% -
HSV(B) 31.68º 0.84% 0.58% -
XYZ 15.94 13.5 2.58 -
YUV 99.12 85.05 162.87 -
System Red Green Blue C M Y K H S L
Decimal 148 89 23 0 0.40 0.84 0.42 31.68 0.73 0.34
Hex 94 59 17 0 28 54 2A 20 49 22
Octal 224 131 27 0 50 124 52 40 111 42
Binary 10010100 1011001 10111 0 101000 1010100 101010 100000 1001001 100010

Color Harmonies of #945917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945917

Black with #945917

Text Example


Text Example

White with #945917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945917; }

 p { color: rgb(148,89,23); }

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

background-color css

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

 a { background-color: rgb(148,89,23); }

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

border-color css

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

 span { border-color: rgb(148,89,23); }

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