#754F1B

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

Shades of Raw Umber #754F1B

Tints of Raw Umber #754F1B

Color information

#754F1B (or 0x754F1B) is unknown color: approx Raw Umber. HEX triplet: 75, 4F and 1B. RGB value is (117,79,27). Sum of RGB (Red+Green+Blue) = 117+79+27=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #754F1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F1B is #8AB0E4. Grayscale: #545454. Windows color (decimal): -9089253 or 1789813. OLE color: 1789813.

HSL color Cylindrical-coordinate representation of color #754F1B: hue angle of 34.67º 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 #754F1B is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB1177927-
CMYK00.320.770.54
HSL34.67º62.5%28.24%-
HSV(B)34.67º76.92%45.88%-
XYZ10.339.452.32-
YUV84.4395.59151.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.47%
GREEN value IS 79 (31.25% from 255) = 35.43%
BLUE value IS 27 (10.94% from 255) = 12.11%
R=52.47%
G=35.43%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117792700.320.770.5434.6762.528.24
Hex754F1B0204D36233e1c
Octal1651173304011566437634
Binary11101011001111110110100000100110111011010001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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