Html Css Color HEX #945F17 Golden Brown

📋 copy color: '#945F17'

red 148 ◦ green 95 ◦ blue 23

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

Shades of Golden Brown #945F17

Tints of Golden Brown #945F17

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.71%

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

R = 55.64%
G = 35.71%
B = 8.65%

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

#945F17 (or 0x945F17) is known color: Golden Brown. HEX triplet: 94, 5F and 17. RGB value is (148,95,23). Sum of RGB (Red+Green+Blue) = 148+95+23=266 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.64% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 148 - color contains mainly: red. Hex color #945F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945F17 is #6BA0E8. Grayscale: #666666. Windows color (decimal): -7053545 or 1531796. OLE color: 1531796.

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

Color convert

RGB 148 95 23 -
CMYK 0 0.36 0.84 0.42
HSL 34.56º 0.73% 0.34% -
HSV(B) 34.56º 0.84% 0.58% -
XYZ 16.46 14.54 2.75 -
YUV 102.64 83.06 160.35 -
System Red Green Blue C M Y K H S L
Decimal 148 95 23 0 0.36 0.84 0.42 34.56 0.73 0.34
Hex 94 5F 17 0 24 54 2A 23 49 22
Octal 224 137 27 0 44 124 52 43 111 42
Binary 10010100 1011111 10111 0 100100 1010100 101010 100011 1001001 100010

Color Harmonies of #945F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945F17

Black with #945F17

Text Example


Text Example

White with #945F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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