#754618

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

Shades of Raw Umber #754618

Tints of Raw Umber #754618

Color information

#754618 (or 0x754618) is unknown color: approx Raw Umber. HEX triplet: 75, 46 and 18. RGB value is (117,70,24). Sum of RGB (Red+Green+Blue) = 117+70+24=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 24 (9.77% from 255 or 11.37% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #754618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754618 is #8AB9E7. Grayscale: #4F4F4F. Windows color (decimal): -9091560 or 1590901. OLE color: 1590901.

HSL color Cylindrical-coordinate representation of color #754618: hue angle of 29.68º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #754618 is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB1177024-
CMYK00.400.790.54
HSL29.68º65.96%27.65%-
HSV(B)29.68º79.49%45.88%-
XYZ9.698.231.94-
YUV78.8197.07155.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.45%
GREEN value IS 70 (27.73% from 255) = 33.18%
BLUE value IS 24 (9.77% from 255) = 11.37%
R=55.45%
G=33.18%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117702400.400.790.5429.6865.9627.65
Hex7546180284F361e421c
Octal16510630050117663610234
Binary11101011000110110000101000100111111011011110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754618; }

 p { color: rgb(117,70,24); }

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

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

 a { background-color: rgb(117,70,24); }

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

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

 span { border-color: rgb(117,70,24); }

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