Html Css Color HEX #945913 Golden Brown

📋 copy color: '#945913'

red 148 ◦ green 89 ◦ blue 19

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

Shades of Golden Brown #945913

Tints of Golden Brown #945913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.42%

R = 57.81%
G = 34.77%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#945913 (or 0x945913) is known color: Golden Brown. HEX triplet: 94, 59 and 13. RGB value is (148,89,19). Sum of RGB (Red+Green+Blue) = 148+89+19=256 (33% of max value = 765). Red value is 148 (58.20% from 255 or 57.81% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 148 - color contains mainly: red. Hex color #945913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945913 is #6BA6EC. Grayscale: #636363. Windows color (decimal): -7055085 or 1268116. OLE color: 1268116.

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

Color convert

RGB 148 89 19 -
CMYK 0 0.40 0.87 0.42
HSL 32.56º 0.77% 0.33% -
HSV(B) 32.56º 0.87% 0.58% -
XYZ 15.9 13.49 2.38 -
YUV 98.66 83.05 163.19 -
System Red Green Blue C M Y K H S L
Decimal 148 89 19 0 0.40 0.87 0.42 32.56 0.77 0.33
Hex 94 59 13 0 28 57 2A 21 4D 21
Octal 224 131 23 0 50 127 52 41 115 41
Binary 10010100 1011001 10011 0 101000 1010111 101010 100001 1001101 100001

Color Harmonies of #945913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945913

Black with #945913

Text Example


Text Example

White with #945913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945913; }

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

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

background-color css

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

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

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

border-color css

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

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

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