#5B4502

Color #5B4502 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #5B4502

Tints of Raw Umber #5B4502

Color information

#5B4502 (or 0x5B4502) is unknown color: approx Raw Umber. HEX triplet: 5B, 45 and 02. RGB value is (91,69,2). Sum of RGB (Red+Green+Blue) = 91+69+2=162 (21% of max value = 765). Red value is 91 (35.94% from 255 or 56.17% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4502 is #A4BAFD. Grayscale: #444444. Windows color (decimal): -10795774 or 148827. OLE color: 148827.

HSL color Cylindrical-coordinate representation of color #5B4502: hue angle of 45.17º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B4502 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.64.

Color convert

RGB91692-
CMYK00.240.980.64
HSL45.17º95.7%18.24%-
HSV(B)45.17º97.8%35.69%-
XYZ6.456.480.97-
YUV67.9490.79144.45-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 56.17%
GREEN value IS 69 (27.34% from 255) = 42.59%
BLUE value IS 2 (1.17% from 255) = 1.23%
R=56.17%
G=42.59%
B=1.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.98
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9169200.240.980.6445.1795.718.24
Hex5B45201862402d6012
Octal13310520301421005514022
Binary101101110001011001100011000101000000101101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B4502; }

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

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

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

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

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

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

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

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