Html Css Color HEX #945809 Golden Brown

📋 copy color: '#945809'

red 148 ◦ green 88 ◦ blue 9

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

Shades of Golden Brown #945809

Tints of Golden Brown #945809

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.92%

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

R = 60.41%
G = 35.92%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#945809 (or 0x945809) is known color: Golden Brown. HEX triplet: 94, 58 and 09. RGB value is (148,88,9). Sum of RGB (Red+Green+Blue) = 148+88+9=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #945809 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945809 is #6BA7F6. Grayscale: #616161. Windows color (decimal): -7055351 or 612500. OLE color: 612500.

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

Color convert

RGB 148 88 9 -
CMYK 0 0.41 0.94 0.42
HSL 34.1º 0.89% 0.31% -
HSV(B) 34.1º 0.94% 0.58% -
XYZ 15.75 13.3 1.99 -
YUV 96.93 78.38 164.42 -
System Red Green Blue C M Y K H S L
Decimal 148 88 9 0 0.41 0.94 0.42 34.1 0.89 0.31
Hex 94 58 9 0 29 5E 2A 22 59 1F
Octal 224 130 11 0 51 136 52 42 131 37
Binary 10010100 1011000 1001 0 101001 1011110 101010 100010 1011001 11111

Color Harmonies of #945809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945809

Black with #945809

Text Example


Text Example

White with #945809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945809; }

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

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

background-color css

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

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

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

border-color css

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

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

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