#72410F

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

Shades of Raw Umber #72410F

Tints of Raw Umber #72410F

Color information

#72410F (or 0x72410F) is unknown color: approx Raw Umber. HEX triplet: 72, 41 and 0F. RGB value is (114,65,15). Sum of RGB (Red+Green+Blue) = 114+65+15=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #72410F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72410F is #8DBEF0. Grayscale: #4A4A4A. Windows color (decimal): -9289457 or 999794. OLE color: 999794.

HSL color Cylindrical-coordinate representation of color #72410F: hue angle of 30.3º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #72410F is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB1146515-
CMYK00.430.870.55
HSL30.3º76.74%25.29%-
HSV(B)30.3º86.84%44.71%-
XYZ8.927.391.41-
YUV73.9594.73156.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.76%
GREEN value IS 65 (25.78% from 255) = 33.51%
BLUE value IS 15 (6.25% from 255) = 7.73%
R=58.76%
G=33.51%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114651500.430.870.5530.376.7425.29
Hex7241F02B57371e4d19
Octal16210117053127673611531
Binary1110010100000111110101011101011111011111110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72410F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72410F; }

 p { color: rgb(114,65,15); }

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

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

 a { background-color: rgb(114,65,15); }

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

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

 span { border-color: rgb(114,65,15); }

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