#755314

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

Shades of Raw Umber #755314

Tints of Raw Umber #755314

Color information

#755314 (or 0x755314) is unknown color: approx Raw Umber. HEX triplet: 75, 53 and 14. RGB value is (117,83,20). Sum of RGB (Red+Green+Blue) = 117+83+20=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #755314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755314 is #8AACEB. Grayscale: #565656. Windows color (decimal): -9088236 or 1332085. OLE color: 1332085.

HSL color Cylindrical-coordinate representation of color #755314: hue angle of 38.97º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #755314 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB1178320-
CMYK00.290.830.54
HSL38.97º70.8%26.86%-
HSV(B)38.97º82.91%45.88%-
XYZ10.5610.022.04-
YUV85.9890.76150.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.18%
GREEN value IS 83 (32.81% from 255) = 37.73%
BLUE value IS 20 (8.20% from 255) = 9.09%
R=53.18%
G=37.73%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117832000.290.830.5438.9770.826.86
Hex75531401D533627471b
Octal16512324035123664710733
Binary11101011010011101000111011010011110110100111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755314; }

 p { color: rgb(117,83,20); }

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

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

 a { background-color: rgb(117,83,20); }

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

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

 span { border-color: rgb(117,83,20); }

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