#7D2A1A

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

Shades of Burnt Umber #7D2A1A

Tints of Burnt Umber #7D2A1A

Color information

#7D2A1A (or 0x7D2A1A) is unknown color: approx Burnt Umber. HEX triplet: 7D, 2A and 1A. RGB value is (125,42,26). Sum of RGB (Red+Green+Blue) = 125+42+26=193 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.77% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2A1A is #82D5E5. Grayscale: #414141. Windows color (decimal): -8574438 or 1714813. OLE color: 1714813.

HSL color Cylindrical-coordinate representation of color #7D2A1A: hue angle of 9.7º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D2A1A is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB1254226-
CMYK00.660.790.51
HSL9.7º65.56%29.61%-
HSV(B)9.7º79.2%49.02%-
XYZ9.476.091.65-
YUV64.99106170.8-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 64.77%
GREEN value IS 42 (16.80% from 255) = 21.76%
BLUE value IS 26 (10.55% from 255) = 13.47%
R=64.77%
G=21.76%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125422600.660.790.519.765.5629.61
Hex7D2A1A0424F33a421e
Octal17552320102117631210236
Binary1111101101010110100100001010011111100111010100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,42,26); }

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

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

 a { background-color: rgb(125,42,26); }

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

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

 span { border-color: rgb(125,42,26); }

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