Html Css Color HEX #942E1D Burnt Umber

📋 copy color: '#942E1D'

red 148 ◦ green 46 ◦ blue 29

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

Shades of Burnt Umber #942E1D

Tints of Burnt Umber #942E1D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.63%

 BLUE value IS 29 (11.72% from 255) = 13%

R = 66.37%
G = 20.63%
B = 13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#942E1D (or 0x942E1D) is known color: Burnt Umber. HEX triplet: 94, 2E and 1D. RGB value is (148,46,29). Sum of RGB (Red+Green+Blue) = 148+46+29=223 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.37% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 148 - color contains mainly: red. Hex color #942E1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942E1D is #6BD1E2. Grayscale: #4A4A4A. Windows color (decimal): -7066083 or 1912468. OLE color: 1912468.

HSL color Cylindrical-coordinate representation of color #942E1D: hue angle of 8.57º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #942E1D is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 46 29 -
CMYK 0 0.69 0.80 0.42
HSL 8.57º 0.67% 0.35% -
HSV(B) 8.57º 0.8% 0.58% -
XYZ 13.41 8.34 2.07 -
YUV 74.56 102.29 180.38 -
System Red Green Blue C M Y K H S L
Decimal 148 46 29 0 0.69 0.80 0.42 8.57 0.67 0.35
Hex 94 2E 1D 0 45 50 2A 9 43 23
Octal 224 56 35 0 105 120 52 11 103 43
Binary 10010100 101110 11101 0 1000101 1010000 101010 1001 1000011 100011

Color Harmonies of #942E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942E1D

Black with #942E1D

Text Example


Text Example

White with #942E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,46,29); }

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

background-color css

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

 a { background-color: rgb(148,46,29); }

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

border-color css

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

 span { border-color: rgb(148,46,29); }

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