Html Css Color HEX #945A14 Golden Brown

📋 copy color: '#945A14'

red 148 ◦ green 90 ◦ blue 20

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

Shades of Golden Brown #945A14

Tints of Golden Brown #945A14

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.88%

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

R = 57.36%
G = 34.88%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#945A14 (or 0x945A14) is known color: Golden Brown. HEX triplet: 94, 5A and 14. RGB value is (148,90,20). Sum of RGB (Red+Green+Blue) = 148+90+20=258 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.36% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 148 - color contains mainly: red. Hex color #945A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945A14 is #6BA5EB. Grayscale: #636363. Windows color (decimal): -7054828 or 1333908. OLE color: 1333908.

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

Color convert

RGB 148 90 20 -
CMYK 0 0.39 0.86 0.42
HSL 32.81º 0.76% 0.33% -
HSV(B) 32.81º 0.86% 0.58% -
XYZ 16 13.66 2.46 -
YUV 99.36 83.22 162.69 -
System Red Green Blue C M Y K H S L
Decimal 148 90 20 0 0.39 0.86 0.42 32.81 0.76 0.33
Hex 94 5A 14 0 27 56 2A 21 4C 21
Octal 224 132 24 0 47 126 52 41 114 41
Binary 10010100 1011010 10100 0 100111 1010110 101010 100001 1001100 100001

Color Harmonies of #945A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945A14

Black with #945A14

Text Example


Text Example

White with #945A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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