Html Css Color HEX #942D1F Burnt Umber

📋 copy color: '#942D1F'

red 148 ◦ green 45 ◦ blue 31

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

Shades of Burnt Umber #942D1F

Tints of Burnt Umber #942D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.84%

R = 66.07%
G = 20.09%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#942D1F (or 0x942D1F) is known color: Burnt Umber. HEX triplet: 94, 2D and 1F. RGB value is (148,45,31). Sum of RGB (Red+Green+Blue) = 148+45+31=224 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.07% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 148 - color contains mainly: red. Hex color #942D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942D1F is #6BD2E0. Grayscale: #4A4A4A. Windows color (decimal): -7066337 or 2043284. OLE color: 2043284.

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

Color convert

RGB 148 45 31 -
CMYK 0 0.70 0.79 0.42
HSL 7.18º 0.65% 0.35% -
HSV(B) 7.18º 0.79% 0.58% -
XYZ 13.4 8.27 2.19 -
YUV 74.2 103.62 180.64 -
System Red Green Blue C M Y K H S L
Decimal 148 45 31 0 0.70 0.79 0.42 7.18 0.65 0.35
Hex 94 2D 1F 0 46 4F 2A 7 41 23
Octal 224 55 37 0 106 117 52 7 101 43
Binary 10010100 101101 11111 0 1000110 1001111 101010 111 1000001 100011

Color Harmonies of #942D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942D1F

Black with #942D1F

Text Example


Text Example

White with #942D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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