#755405

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

Shades of Raw Umber #755405

Tints of Raw Umber #755405

Color information

#755405 (or 0x755405) is unknown color: approx Raw Umber. HEX triplet: 75, 54 and 05. RGB value is (117,84,5). Sum of RGB (Red+Green+Blue) = 117+84+5=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #755405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755405 is #8AABFA. Grayscale: #555555. Windows color (decimal): -9087995 or 349301. OLE color: 349301.

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

Color convert

RGB117845-
CMYK00.280.960.54
HSL42.32º91.8%23.92%-
HSV(B)42.32º95.73%45.88%-
XYZ10.5310.131.54-
YUV84.8682.93150.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.80%
GREEN value IS 84 (33.20% from 255) = 40.78%
BLUE value IS 5 (2.34% from 255) = 2.43%
R=56.80%
G=40.78%
B=2.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11784500.280.960.5442.3291.823.92
Hex7554501C60362a5c18
Octal1651245034140665213430
Binary111010110101001010111001100000110110101010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755405; }

 p { color: rgb(117,84,5); }

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

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

 a { background-color: rgb(117,84,5); }

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

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

 span { border-color: rgb(117,84,5); }

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