#754A1B

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

Shades of Raw Umber #754A1B

Tints of Raw Umber #754A1B

Color information

#754A1B (or 0x754A1B) is unknown color: approx Raw Umber. HEX triplet: 75, 4A and 1B. RGB value is (117,74,27). Sum of RGB (Red+Green+Blue) = 117+74+27=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #754A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754A1B is #8AB5E4. Grayscale: #515151. Windows color (decimal): -9090533 or 1788533. OLE color: 1788533.

HSL color Cylindrical-coordinate representation of color #754A1B: hue angle of 31.33º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #754A1B is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB1177427-
CMYK00.370.770.54
HSL31.33º62.5%28.24%-
HSV(B)31.33º76.92%45.88%-
XYZ9.988.762.2-
YUV81.597.25153.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.67%
GREEN value IS 74 (29.30% from 255) = 33.94%
BLUE value IS 27 (10.94% from 255) = 12.39%
R=53.67%
G=33.94%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117742700.370.770.5431.3362.528.24
Hex754A1B0254D361f3e1c
Octal1651123304511566377634
Binary1110101100101011011010010110011011101101111111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754A1B; }

 p { color: rgb(117,74,27); }

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

<style>
 a { background-color: #754A1B; }

 a { background-color: rgb(117,74,27); }

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

<style>
 span { border-color: #754A1B; }

 span { border-color: rgb(117,74,27); }

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