Html Css Color HEX #942D1E Burnt Umber

📋 copy color: '#942D1E'

red 148 ◦ green 45 ◦ blue 30

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

Shades of Burnt Umber #942D1E

Tints of Burnt Umber #942D1E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.18%

 BLUE value IS 30 (12.11% from 255) = 13.45%

R = 66.37%
G = 20.18%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#942D1E (or 0x942D1E) is known color: Burnt Umber. HEX triplet: 94, 2D and 1E. RGB value is (148,45,30). Sum of RGB (Red+Green+Blue) = 148+45+30=223 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.37% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 148 - color contains mainly: red. Hex color #942D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942D1E is #6BD2E1. Grayscale: #4A4A4A. Windows color (decimal): -7066338 or 1977748. OLE color: 1977748.

HSL color Cylindrical-coordinate representation of color #942D1E: hue angle of 7.63º degrees, saturation: 0.66, 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 #942D1E is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 45 30 -
CMYK 0 0.70 0.80 0.42
HSL 7.63º 0.66% 0.35% -
HSV(B) 7.63º 0.8% 0.58% -
XYZ 13.39 8.27 2.12 -
YUV 74.09 103.12 180.72 -
System Red Green Blue C M Y K H S L
Decimal 148 45 30 0 0.70 0.80 0.42 7.63 0.66 0.35
Hex 94 2D 1E 0 46 50 2A 8 42 23
Octal 224 55 36 0 106 120 52 10 102 43
Binary 10010100 101101 11110 0 1000110 1010000 101010 1000 1000010 100011

Color Harmonies of #942D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942D1E

Black with #942D1E

Text Example


Text Example

White with #942D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,45,30); }

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

background-color css

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

 a { background-color: rgb(148,45,30); }

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

border-color css

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

 span { border-color: rgb(148,45,30); }

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