Html Css Color HEX #942B1C Burnt Umber

📋 copy color: '#942B1C'

red 148 ◦ green 43 ◦ blue 28

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

Shades of Burnt Umber #942B1C

Tints of Burnt Umber #942B1C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.63%

 BLUE value IS 28 (11.33% from 255) = 12.79%

R = 67.58%
G = 19.63%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#942B1C (or 0x942B1C) is known color: Burnt Umber. HEX triplet: 94, 2B and 1C. RGB value is (148,43,28). Sum of RGB (Red+Green+Blue) = 148+43+28=219 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.58% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 148 - color contains mainly: red. Hex color #942B1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942B1C is #6BD4E3. Grayscale: #484848. Windows color (decimal): -7066852 or 1846164. OLE color: 1846164.

HSL color Cylindrical-coordinate representation of color #942B1C: hue angle of 7.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #942B1C is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 43 28 -
CMYK 0 0.71 0.81 0.42
HSL 7.5º 0.68% 0.35% -
HSV(B) 7.5º 0.81% 0.58% -
XYZ 13.29 8.11 1.96 -
YUV 72.69 102.79 181.72 -
System Red Green Blue C M Y K H S L
Decimal 148 43 28 0 0.71 0.81 0.42 7.5 0.68 0.35
Hex 94 2B 1C 0 47 51 2A 8 44 23
Octal 224 53 34 0 107 121 52 10 104 43
Binary 10010100 101011 11100 0 1000111 1010001 101010 1000 1000100 100011

Color Harmonies of #942B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942B1C

Black with #942B1C

Text Example


Text Example

White with #942B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,43,28); }

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

background-color css

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

 a { background-color: rgb(148,43,28); }

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

border-color css

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

 span { border-color: rgb(148,43,28); }

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