Html Css Color HEX #945914 Golden Brown

📋 copy color: '#945914'

red 148 ◦ green 89 ◦ blue 20

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

Shades of Golden Brown #945914

Tints of Golden Brown #945914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.78%

R = 57.59%
G = 34.63%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#945914 (or 0x945914) is known color: Golden Brown. HEX triplet: 94, 59 and 14. RGB value is (148,89,20). Sum of RGB (Red+Green+Blue) = 148+89+20=257 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.59% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 148 - color contains mainly: red. Hex color #945914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945914 is #6BA6EB. Grayscale: #636363. Windows color (decimal): -7055084 or 1333652. OLE color: 1333652.

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

Color convert

RGB 148 89 20 -
CMYK 0 0.40 0.86 0.42
HSL 32.34º 0.76% 0.33% -
HSV(B) 32.34º 0.86% 0.58% -
XYZ 15.91 13.49 2.43 -
YUV 98.78 83.55 163.11 -
System Red Green Blue C M Y K H S L
Decimal 148 89 20 0 0.40 0.86 0.42 32.34 0.76 0.33
Hex 94 59 14 0 28 56 2A 20 4C 21
Octal 224 131 24 0 50 126 52 40 114 41
Binary 10010100 1011001 10100 0 101000 1010110 101010 100000 1001100 100001

Color Harmonies of #945914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945914

Black with #945914

Text Example


Text Example

White with #945914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945914; }

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

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

background-color css

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

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

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

border-color css

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

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

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