#905B14

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

Shades of Golden Brown #905B14

Tints of Golden Brown #905B14

Color information

#905B14 (or 0x905B14) is unknown color: approx Golden Brown. HEX triplet: 90, 5B and 14. RGB value is (144,91,20). Sum of RGB (Red+Green+Blue) = 144+91+20=255 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.47% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 144 - color contains mainly: red. Hex color #905B14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905B14 is #6FA4EB. Grayscale: #636363. Windows color (decimal): -7316716 or 1334160. OLE color: 1334160.

HSL color Cylindrical-coordinate representation of color #905B14: hue angle of 34.35º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #905B14 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB1449120-
CMYK00.370.860.44
HSL34.35º75.61%32.16%-
HSV(B)34.35º86.11%56.47%-
XYZ15.3713.462.45-
YUV98.7583.56160.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 56.47%
GREEN value IS 91 (35.94% from 255) = 35.69%
BLUE value IS 20 (8.20% from 255) = 7.84%
R=56.47%
G=35.69%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144912000.370.860.4434.3575.6132.16
Hex905B14025562C224c20
Octal22013324045126544211440
Binary10010000101101110100010010110101101011001000101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905B14; }

 p { color: rgb(144,91,20); }

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

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

 a { background-color: rgb(144,91,20); }

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

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

 span { border-color: rgb(144,91,20); }

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