#75551C

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

Shades of Raw Umber #75551C

Tints of Raw Umber #75551C

Color information

#75551C (or 0x75551C) is unknown color: approx Raw Umber. HEX triplet: 75, 55 and 1C. RGB value is (117,85,28). Sum of RGB (Red+Green+Blue) = 117+85+28=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 28 (11.33% from 255 or 12.17% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #75551C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75551C is #8AAAE3. Grayscale: #585858. Windows color (decimal): -9087716 or 1856885. OLE color: 1856885.

HSL color Cylindrical-coordinate representation of color #75551C: hue angle of 38.43º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75551C is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB1178528-
CMYK00.270.760.54
HSL38.43º61.38%28.43%-
HSV(B)38.43º76.07%45.88%-
XYZ10.7910.362.53-
YUV88.0794.1148.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 85 (33.59% from 255) = 36.96%
BLUE value IS 28 (11.33% from 255) = 12.17%
R=50.87%
G=36.96%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117852800.270.760.5438.4361.3828.43
Hex75551C01B4C36263d1c
Octal1651253403311466467534
Binary1110101101010111100011011100110011011010011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75551C; }

 p { color: rgb(117,85,28); }

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

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

 a { background-color: rgb(117,85,28); }

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

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

 span { border-color: rgb(117,85,28); }

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