Html Css Color HEX #945E17 Golden Brown

📋 copy color: '#945E17'

red 148 ◦ green 94 ◦ blue 23

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

Shades of Golden Brown #945E17

Tints of Golden Brown #945E17

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.47%

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

R = 55.85%
G = 35.47%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#945E17 (or 0x945E17) is known color: Golden Brown. HEX triplet: 94, 5E and 17. RGB value is (148,94,23). Sum of RGB (Red+Green+Blue) = 148+94+23=265 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.85% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 148 - color contains mainly: red. Hex color #945E17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945E17 is #6BA1E8. Grayscale: #666666. Windows color (decimal): -7053801 or 1531540. OLE color: 1531540.

HSL color Cylindrical-coordinate representation of color #945E17: hue angle of 34.08º 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 #945E17 is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 94 23 -
CMYK 0 0.36 0.84 0.42
HSL 34.08º 0.73% 0.34% -
HSV(B) 34.08º 0.84% 0.58% -
XYZ 16.37 14.36 2.72 -
YUV 102.05 83.39 160.77 -
System Red Green Blue C M Y K H S L
Decimal 148 94 23 0 0.36 0.84 0.42 34.08 0.73 0.34
Hex 94 5E 17 0 24 54 2A 22 49 22
Octal 224 136 27 0 44 124 52 42 111 42
Binary 10010100 1011110 10111 0 100100 1010100 101010 100010 1001001 100010

Color Harmonies of #945E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945E17

Black with #945E17

Text Example


Text Example

White with #945E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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