#754305

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

Shades of Raw Umber #754305

Tints of Raw Umber #754305

Color information

#754305 (or 0x754305) is unknown color: approx Raw Umber. HEX triplet: 75, 43 and 05. RGB value is (117,67,5). Sum of RGB (Red+Green+Blue) = 117+67+5=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 5 (2.34% from 255 or 2.65% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #754305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754305 is #8ABCFA. Grayscale: #4B4B4B. Windows color (decimal): -9092347 or 344949. OLE color: 344949.

HSL color Cylindrical-coordinate representation of color #754305: hue angle of 33.21º 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 #754305 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB117675-
CMYK00.430.960.54
HSL33.21º91.8%23.92%-
HSV(B)33.21º95.73%45.88%-
XYZ9.377.811.16-
YUV74.8888.56158.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.90%
GREEN value IS 67 (26.56% from 255) = 35.45%
BLUE value IS 5 (2.34% from 255) = 2.65%
R=61.90%
G=35.45%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11767500.430.960.5433.2191.823.92
Hex7543502B6036215c18
Octal1651035053140664113430
Binary1110101100001110101010111100000110110100001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754305; }

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

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

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

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

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

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

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

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