#72430F

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

Shades of Raw Umber #72430F

Tints of Raw Umber #72430F

Color information

#72430F (or 0x72430F) is unknown color: approx Raw Umber. HEX triplet: 72, 43 and 0F. RGB value is (114,67,15). Sum of RGB (Red+Green+Blue) = 114+67+15=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #72430F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72430F is #8DBCF0. Grayscale: #4B4B4B. Windows color (decimal): -9288945 or 1000306. OLE color: 1000306.

HSL color Cylindrical-coordinate representation of color #72430F: hue angle of 31.52º 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 #72430F is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB1146715-
CMYK00.410.870.55
HSL31.52º76.74%25.29%-
HSV(B)31.52º86.84%44.71%-
XYZ9.037.631.45-
YUV75.1294.07155.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.16%
GREEN value IS 67 (26.56% from 255) = 34.18%
BLUE value IS 15 (6.25% from 255) = 7.65%
R=58.16%
G=34.18%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114671500.410.870.5531.5276.7425.29
Hex7243F0295737204d19
Octal16210317051127674011531
Binary11100101000011111101010011010111110111100000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72430F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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