Html Css Color HEX #942A1A Burnt Umber

📋 copy color: '#942A1A'

red 148 ◦ green 42 ◦ blue 26

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

Shades of Burnt Umber #942A1A

Tints of Burnt Umber #942A1A

RGB

 RED value IS 148 (58.2% from 255) = 68.52%

 GREEN value IS 42 (16.8% from 255) = 19.44%

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

R = 68.52%
G = 19.44%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#942A1A (or 0x942A1A) is known color: Burnt Umber. HEX triplet: 94, 2A and 1A. RGB value is (148,42,26). Sum of RGB (Red+Green+Blue) = 148+42+26=216 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.52% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 148 - color contains mainly: red. Hex color #942A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942A1A is #6BD5E5. Grayscale: #484848. Windows color (decimal): -7067110 or 1714836. OLE color: 1714836.

HSL color Cylindrical-coordinate representation of color #942A1A: hue angle of 7.87º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #942A1A is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 42 26 -
CMYK 0 0.72 0.82 0.42
HSL 7.87º 0.7% 0.34% -
HSV(B) 7.87º 0.82% 0.58% -
XYZ 13.23 8.03 1.83 -
YUV 71.87 102.12 182.3 -
System Red Green Blue C M Y K H S L
Decimal 148 42 26 0 0.72 0.82 0.42 7.87 0.7 0.34
Hex 94 2A 1A 0 48 52 2A 8 46 22
Octal 224 52 32 0 110 122 52 10 106 42
Binary 10010100 101010 11010 0 1001000 1010010 101010 1000 1000110 100010

Color Harmonies of #942A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942A1A

Black with #942A1A

Text Example


Text Example

White with #942A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942A1A; }

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

 H1.HeaderClassName
 {
   color: #942A1A;
 }
 .AnyTagClassName
 {
   color: #942A1A;
 }
</style>

background-color css

<style>
 a { background-color: #942A1A; }

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

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

border-color css

<style>
 span { border-color: #942A1A; }

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

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