#945b0e

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

Shades of Golden Brown #945B0E

Tints of Golden Brown #945B0E

Color information

#945B0E (or 0x945B0E) is unknown color: approx Golden Brown. HEX triplet: 94, 5B and 0E. RGB value is (148,91,14). Sum of RGB (Red+Green+Blue) = 148+91+14=253 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.50% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 148 - color contains mainly: red. Hex color #945B0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945B0E is #6BA4F1. Grayscale: #636363. Windows color (decimal): -7054578 or 940948. OLE color: 940948.

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

Color convert

RGB1489114-
CMYK00.390.910.42
HSL34.48º82.72%31.76%-
HSV(B)34.48º90.54%58.04%-
XYZ16.0313.812.24-
YUV99.2679.88162.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.50%
GREEN value IS 91 (35.94% from 255) = 35.97%
BLUE value IS 14 (5.86% from 255) = 5.53%
R=58.50%
G=35.97%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148911400.390.910.4234.4882.7231.76
Hex945BE0275B2A225320
Octal22413316047133524212340
Binary1001010010110111110010011110110111010101000101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945b0e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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