#945B0A

Color #945B0A Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #945B0A

Tints of Golden Brown #945B0A

Color information

#945B0A (or 0x945B0A) is unknown color: approx Golden Brown. HEX triplet: 94, 5B and 0A. RGB value is (148,91,10). Sum of RGB (Red+Green+Blue) = 148+91+10=249 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.44% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 148 - color contains mainly: red. Hex color #945B0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945B0A is #6BA4F5. Grayscale: #636363. Windows color (decimal): -7054582 or 678804. OLE color: 678804.

HSL color Cylindrical-coordinate representation of color #945B0A: hue angle of 35.22º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #945B0A is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1489110-
CMYK00.390.930.42
HSL35.22º87.34%30.98%-
HSV(B)35.22º93.24%58.04%-
XYZ16.0113.82.11-
YUV98.8177.88163.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 59.44%
GREEN value IS 91 (35.94% from 255) = 36.55%
BLUE value IS 10 (4.30% from 255) = 4.02%
R=59.44%
G=36.55%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148911000.390.930.4235.2287.3430.98
Hex945BA0275D2A23571f
Octal22413312047135524312737
Binary100101001011011101001001111011101101010100011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945B0A; }

 p { color: rgb(148,91,10); }

 H1.HeaderClassName
 {
   color: #945B0A;
 }
 .AnyTagClassName
 {
   color: #945B0A;
 }
</style>
background-color css

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

 a { background-color: rgb(148,91,10); }

 div.DivClassName
 {
   background-color: #945B0A;
 }
 .BgClassName
 {
   background-color: #945B0A;
 }
</style>
border-color css

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

 span { border-color: rgb(148,91,10); }

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