Html Css Color HEX #945514 Golden Brown

📋 copy color: '#945514'

red 148 ◦ green 85 ◦ blue 20

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

Shades of Golden Brown #945514

Tints of Golden Brown #945514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.6%

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

R = 58.5%
G = 33.6%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#945514 (or 0x945514) is known color: Golden Brown. HEX triplet: 94, 55 and 14. RGB value is (148,85,20). Sum of RGB (Red+Green+Blue) = 148+85+20=253 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.50% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 148 - color contains mainly: red. Hex color #945514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945514 is #6BAAEB. Grayscale: #606060. Windows color (decimal): -7056108 or 1332628. OLE color: 1332628.

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

Color convert

RGB 148 85 20 -
CMYK 0 0.43 0.86 0.42
HSL 30.47º 0.76% 0.33% -
HSV(B) 30.47º 0.86% 0.58% -
XYZ 15.59 12.84 2.32 -
YUV 96.43 84.87 164.79 -
System Red Green Blue C M Y K H S L
Decimal 148 85 20 0 0.43 0.86 0.42 30.47 0.76 0.33
Hex 94 55 14 0 2B 56 2A 1E 4C 21
Octal 224 125 24 0 53 126 52 36 114 41
Binary 10010100 1010101 10100 0 101011 1010110 101010 11110 1001100 100001

Color Harmonies of #945514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945514

Black with #945514

Text Example


Text Example

White with #945514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945514; }

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

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

background-color css

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

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

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

border-color css

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

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

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