#75440B

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

Shades of Raw Umber #75440B

Tints of Raw Umber #75440B

Color information

#75440B (or 0x75440B) is unknown color: approx Raw Umber. HEX triplet: 75, 44 and 0B. RGB value is (117,68,11). Sum of RGB (Red+Green+Blue) = 117+68+11=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 11 (4.69% from 255 or 5.61% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #75440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75440B is #8ABBF4. Grayscale: #4C4C4C. Windows color (decimal): -9092085 or 738421. OLE color: 738421.

HSL color Cylindrical-coordinate representation of color #75440B: hue angle of 32.26º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75440B is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB1176811-
CMYK00.420.910.54
HSL32.26º82.81%25.1%-
HSV(B)32.26º90.6%45.88%-
XYZ9.467.941.35-
YUV76.1591.23157.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.69%
GREEN value IS 68 (26.95% from 255) = 34.69%
BLUE value IS 11 (4.69% from 255) = 5.61%
R=59.69%
G=34.69%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117681100.420.910.5432.2682.8125.1
Hex7544B02A5B36205319
Octal16510413052133664012331
Binary11101011000100101101010101011011110110100000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75440B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75440B; }

 p { color: rgb(117,68,11); }

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

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

 a { background-color: rgb(117,68,11); }

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

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

 span { border-color: rgb(117,68,11); }

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