#7A430D

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

Shades of Raw Umber #7A430D

Tints of Raw Umber #7A430D

Color information

#7A430D (or 0x7A430D) is unknown color: approx Raw Umber. HEX triplet: 7A, 43 and 0D. RGB value is (122,67,13). Sum of RGB (Red+Green+Blue) = 122+67+13=202 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.40% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 122 - color contains mainly: red. Hex color #7A430D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A430D is #85BCF2. Grayscale: #4D4D4D. Windows color (decimal): -8764659 or 869242. OLE color: 869242.

HSL color Cylindrical-coordinate representation of color #7A430D: hue angle of 29.72º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A430D is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.52.

Color convert

RGB1226713-
CMYK00.450.890.52
HSL29.72º80.74%26.47%-
HSV(B)29.72º89.34%47.84%-
XYZ10.118.181.43-
YUV77.2991.72159.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 60.40%
GREEN value IS 67 (26.56% from 255) = 33.17%
BLUE value IS 13 (5.47% from 255) = 6.44%
R=60.40%
G=33.17%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.89
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122671300.450.890.5229.7280.7426.47
Hex7A43D02D59341e511a
Octal17210315055131643612132
Binary1111010100001111010101101101100111010011110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A430D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A430D; }

 p { color: rgb(122,67,13); }

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

<style>
 a { background-color: #7A430D; }

 a { background-color: rgb(122,67,13); }

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

<style>
 span { border-color: #7A430D; }

 span { border-color: rgb(122,67,13); }

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