Html Css Color HEX #7C301A Burnt Umber

📋 copy color: '#7C301A'

red 124 ◦ green 48 ◦ blue 26

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

Shades of Burnt Umber #7C301A

Tints of Burnt Umber #7C301A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.24%

 BLUE value IS 26 (10.55% from 255) = 13.13%

R = 62.63%
G = 24.24%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#7C301A (or 0x7C301A) is known color: Burnt Umber. HEX triplet: 7C, 30 and 1A. RGB value is (124,48,26). Sum of RGB (Red+Green+Blue) = 124+48+26=198 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.63% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 124 - color contains mainly: red. Hex color #7C301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C301A is #83CFE5. Grayscale: #444444. Windows color (decimal): -8638438 or 1716348. OLE color: 1716348.

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

Color convert

RGB 124 48 26 -
CMYK 0 0.61 0.79 0.51
HSL 13.47º 0.65% 0.29% -
HSV(B) 13.47º 0.79% 0.49% -
XYZ 9.56 6.47 1.72 -
YUV 68.22 104.18 167.79 -
System Red Green Blue C M Y K H S L
Decimal 124 48 26 0 0.61 0.79 0.51 13.47 0.65 0.29
Hex 7C 30 1A 0 3D 4F 33 D 41 1D
Octal 174 60 32 0 75 117 63 15 101 35
Binary 1111100 110000 11010 0 111101 1001111 110011 1101 1000001 11101

Color Harmonies of #7C301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C301A

Black with #7C301A

Text Example


Text Example

White with #7C301A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,48,26); }

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

background-color css

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

 a { background-color: rgb(124,48,26); }

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

border-color css

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

 span { border-color: rgb(124,48,26); }

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