#754105

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

Shades of Raw Umber #754105

Tints of Raw Umber #754105

Color information

#754105 (or 0x754105) is unknown color: approx Raw Umber. HEX triplet: 75, 41 and 05. RGB value is (117,65,5). Sum of RGB (Red+Green+Blue) = 117+65+5=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #754105 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754105 is #8ABEFA. Grayscale: #4A4A4A. Windows color (decimal): -9092859 or 344437. OLE color: 344437.

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

Color convert

RGB117655-
CMYK00.440.960.54
HSL32.14º91.8%23.92%-
HSV(B)32.14º95.73%45.88%-
XYZ9.257.571.12-
YUV73.7189.23158.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.57%
GREEN value IS 65 (25.78% from 255) = 34.76%
BLUE value IS 5 (2.34% from 255) = 2.67%
R=62.57%
G=34.76%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11765500.440.960.5432.1491.823.92
Hex7541502C6036205c18
Octal1651015054140664013430
Binary1110101100000110101011001100000110110100000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754105; }

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

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

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

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

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

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

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

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