Html Css Color HEX #945511 Golden Brown

📋 copy color: '#945511'

red 148 ◦ green 85 ◦ blue 17

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

Shades of Golden Brown #945511

Tints of Golden Brown #945511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.8%

R = 59.2%
G = 34%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#945511 (or 0x945511) is known color: Golden Brown. HEX triplet: 94, 55 and 11. RGB value is (148,85,17). Sum of RGB (Red+Green+Blue) = 148+85+17=250 (33% of max value = 765). Red value is 148 (58.20% from 255 or 59.2% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 148 - color contains mainly: red. Hex color #945511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945511 is #6BAAEE. Grayscale: #606060. Windows color (decimal): -7056111 or 1136020. OLE color: 1136020.

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

Color convert

RGB 148 85 17 -
CMYK 0 0.43 0.89 0.42
HSL 31.15º 0.79% 0.32% -
HSV(B) 31.15º 0.89% 0.58% -
XYZ 15.56 12.83 2.19 -
YUV 96.09 83.37 165.03 -
System Red Green Blue C M Y K H S L
Decimal 148 85 17 0 0.43 0.89 0.42 31.15 0.79 0.32
Hex 94 55 11 0 2B 59 2A 1F 4F 20
Octal 224 125 21 0 53 131 52 37 117 40
Binary 10010100 1010101 10001 0 101011 1011001 101010 11111 1001111 100000

Color Harmonies of #945511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945511

Black with #945511

Text Example


Text Example

White with #945511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945511; }

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

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

background-color css

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

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

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

border-color css

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

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

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