Html Css Color HEX #7C2D19 Burnt Umber

📋 copy color: '#7C2D19'

red 124 ◦ green 45 ◦ blue 25

#7C2D19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Umber #7C2D19

Tints of Burnt Umber #7C2D19

RGB

 RED value IS 124 (48.83% from 255) = 63.92%

 GREEN value IS 45 (17.97% from 255) = 23.2%

 BLUE value IS 25 (10.16% from 255) = 12.89%

R = 63.92%
G = 23.2%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.51

RGB Variations

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

Color information

#7C2D19 (or 0x7C2D19) is known color: Burnt Umber. HEX triplet: 7C, 2D and 19. RGB value is (124,45,25). Sum of RGB (Red+Green+Blue) = 124+45+25=194 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.92% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2D19 is #83D2E6. Grayscale: #424242. Windows color (decimal): -8639207 or 1650044. OLE color: 1650044.

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

Color convert

RGB 124 45 25 -
CMYK 0 0.64 0.80 0.51
HSL 12.12º 0.66% 0.29% -
HSV(B) 12.12º 0.8% 0.49% -
XYZ 9.43 6.23 1.63 -
YUV 66.34 104.67 169.13 -
System Red Green Blue C M Y K H S L
Decimal 124 45 25 0 0.64 0.80 0.51 12.12 0.66 0.29
Hex 7C 2D 19 0 40 50 33 C 42 1D
Octal 174 55 31 0 100 120 63 14 102 35
Binary 1111100 101101 11001 0 1000000 1010000 110011 1100 1000010 11101

Color Harmonies of #7C2D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2D19

Black with #7C2D19

Text Example


Text Example

White with #7C2D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,45,25); }

 H1.HeaderClassName
 {
   color: #7C2D19;
 }
 .AnyTagClassName
 {
   color: #7C2D19;
 }
</style>

background-color css

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

 a { background-color: rgb(124,45,25); }

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

border-color css

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

 span { border-color: rgb(124,45,25); }

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