Html Css Color HEX #945409 Golden Brown

📋 copy color: '#945409'

red 148 ◦ green 84 ◦ blue 9

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

Shades of Golden Brown #945409

Tints of Golden Brown #945409

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.85%

 BLUE value IS 9 (3.91% from 255) = 3.73%

R = 61.41%
G = 34.85%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#945409 (or 0x945409) is known color: Golden Brown. HEX triplet: 94, 54 and 09. RGB value is (148,84,9). Sum of RGB (Red+Green+Blue) = 148+84+9=241 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.41% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 148 - color contains mainly: red. Hex color #945409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945409 is #6BABF6. Grayscale: #5E5E5E. Windows color (decimal): -7056375 or 611476. OLE color: 611476.

HSL color Cylindrical-coordinate representation of color #945409: hue angle of 32.37º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #945409 is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 84 9 -
CMYK 0 0.43 0.94 0.42
HSL 32.37º 0.89% 0.31% -
HSV(B) 32.37º 0.94% 0.58% -
XYZ 15.43 12.66 1.89 -
YUV 94.59 79.7 166.1 -
System Red Green Blue C M Y K H S L
Decimal 148 84 9 0 0.43 0.94 0.42 32.37 0.89 0.31
Hex 94 54 9 0 2B 5E 2A 20 59 1F
Octal 224 124 11 0 53 136 52 40 131 37
Binary 10010100 1010100 1001 0 101011 1011110 101010 100000 1011001 11111

Color Harmonies of #945409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945409

Black with #945409

Text Example


Text Example

White with #945409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945409; }

 p { color: rgb(148,84,9); }

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

background-color css

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

 a { background-color: rgb(148,84,9); }

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

border-color css

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

 span { border-color: rgb(148,84,9); }

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