Html Css Color HEX #7C281B Burnt Umber

📋 copy color: '#7C281B'

red 124 ◦ green 40 ◦ blue 27

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

Shades of Burnt Umber #7C281B

Tints of Burnt Umber #7C281B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.94%

 BLUE value IS 27 (10.94% from 255) = 14.14%

R = 64.92%
G = 20.94%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#7C281B (or 0x7C281B) is known color: Burnt Umber. HEX triplet: 7C, 28 and 1B. RGB value is (124,40,27). Sum of RGB (Red+Green+Blue) = 124+40+27=191 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.92% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 124 - color contains mainly: red. Hex color #7C281B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C281B is #83D7E4. Grayscale: #3F3F3F. Windows color (decimal): -8640485 or 1779836. OLE color: 1779836.

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

Color convert

RGB 124 40 27 -
CMYK 0 0.68 0.78 0.51
HSL 8.04º 0.64% 0.3% -
HSV(B) 8.04º 0.78% 0.49% -
XYZ 9.27 5.88 1.68 -
YUV 63.63 107.33 171.06 -
System Red Green Blue C M Y K H S L
Decimal 124 40 27 0 0.68 0.78 0.51 8.04 0.64 0.3
Hex 7C 28 1B 0 44 4E 33 8 40 1E
Octal 174 50 33 0 104 116 63 10 100 36
Binary 1111100 101000 11011 0 1000100 1001110 110011 1000 1000000 11110

Color Harmonies of #7C281B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C281B

Black with #7C281B

Text Example


Text Example

White with #7C281B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,40,27); }

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

background-color css

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

 a { background-color: rgb(124,40,27); }

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

border-color css

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

 span { border-color: rgb(124,40,27); }

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