#945B02

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

Shades of Golden Brown #945B02

Tints of Golden Brown #945B02

Color information

#945B02 (or 0x945B02) is unknown color: approx Golden Brown. HEX triplet: 94, 5B and 02. RGB value is (148,91,2). Sum of RGB (Red+Green+Blue) = 148+91+2=241 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.41% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 148 - color contains mainly: red. Hex color #945B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945B02 is #6BA4FD. Grayscale: #626262. Windows color (decimal): -7054590 or 154516. OLE color: 154516.

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

Color convert

RGB148912-
CMYK00.390.990.42
HSL36.58º97.33%29.41%-
HSV(B)36.58º98.65%58.04%-
XYZ15.9613.781.88-
YUV97.973.88163.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 61.41%
GREEN value IS 91 (35.94% from 255) = 37.76%
BLUE value IS 2 (1.17% from 255) = 0.83%
R=61.41%
G=37.76%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14891200.390.990.4236.5897.3329.41
Hex945B2027632A25611d
Octal2241332047143524514135
Binary1001010010110111001001111100011101010100101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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