#75420D

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

Shades of Raw Umber #75420D

Tints of Raw Umber #75420D

Color information

#75420D (or 0x75420D) is unknown color: approx Raw Umber. HEX triplet: 75, 42 and 0D. RGB value is (117,66,13). Sum of RGB (Red+Green+Blue) = 117+66+13=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #75420D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75420D is #8ABDF2. Grayscale: #4B4B4B. Windows color (decimal): -9092595 or 868981. OLE color: 868981.

HSL color Cylindrical-coordinate representation of color #75420D: hue angle of 30.58º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75420D is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB1176613-
CMYK00.440.890.54
HSL30.58º80%25.49%-
HSV(B)30.58º88.89%45.88%-
XYZ9.367.711.38-
YUV75.2192.9157.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.69%
GREEN value IS 66 (26.17% from 255) = 33.67%
BLUE value IS 13 (5.47% from 255) = 6.63%
R=59.69%
G=33.67%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117661300.440.890.5430.588025.49
Hex7542D02C59361f5019
Octal16510215054131663712031
Binary1110101100001011010101100101100111011011111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75420D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75420D; }

 p { color: rgb(117,66,13); }

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

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

 a { background-color: rgb(117,66,13); }

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

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

 span { border-color: rgb(117,66,13); }

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