Html Css Color HEX #945510 Golden Brown

📋 copy color: '#945510'

red 148 ◦ green 85 ◦ blue 16

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

Shades of Golden Brown #945510

Tints of Golden Brown #945510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.43%

R = 59.44%
G = 34.14%
B = 6.43%

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

#945510 (or 0x945510) is known color: Golden Brown. HEX triplet: 94, 55 and 10. RGB value is (148,85,16). Sum of RGB (Red+Green+Blue) = 148+85+16=249 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.44% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 148 - color contains mainly: red. Hex color #945510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945510 is #6BAAEF. Grayscale: #606060. Windows color (decimal): -7056112 or 1070484. OLE color: 1070484.

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

Color convert

RGB 148 85 16 -
CMYK 0 0.43 0.89 0.42
HSL 31.36º 0.8% 0.32% -
HSV(B) 31.36º 0.89% 0.58% -
XYZ 15.55 12.83 2.15 -
YUV 95.97 82.87 165.11 -
System Red Green Blue C M Y K H S L
Decimal 148 85 16 0 0.43 0.89 0.42 31.36 0.8 0.32
Hex 94 55 10 0 2B 59 2A 1F 50 20
Octal 224 125 20 0 53 131 52 37 120 40
Binary 10010100 1010101 10000 0 101011 1011001 101010 11111 1010000 100000

Color Harmonies of #945510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945510

Black with #945510

Text Example


Text Example

White with #945510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945510; }

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

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

background-color css

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

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

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

border-color css

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

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

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