Html Css Color HEX #942C1F Burnt Umber

📋 copy color: '#942C1F'

red 148 ◦ green 44 ◦ blue 31

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

Shades of Burnt Umber #942C1F

Tints of Burnt Umber #942C1F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.73%

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

R = 66.37%
G = 19.73%
B = 13.9%

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

#942C1F (or 0x942C1F) is known color: Burnt Umber. HEX triplet: 94, 2C and 1F. RGB value is (148,44,31). Sum of RGB (Red+Green+Blue) = 148+44+31=223 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.37% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 148 - color contains mainly: red. Hex color #942C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942C1F is #6BD3E0. Grayscale: #494949. Windows color (decimal): -7066593 or 2043028. OLE color: 2043028.

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

Color convert

RGB 148 44 31 -
CMYK 0 0.70 0.79 0.42
HSL 6.67º 0.65% 0.35% -
HSV(B) 6.67º 0.79% 0.58% -
XYZ 13.36 8.2 2.17 -
YUV 73.61 103.96 181.06 -
System Red Green Blue C M Y K H S L
Decimal 148 44 31 0 0.70 0.79 0.42 6.67 0.65 0.35
Hex 94 2C 1F 0 46 4F 2A 7 41 23
Octal 224 54 37 0 106 117 52 7 101 43
Binary 10010100 101100 11111 0 1000110 1001111 101010 111 1000001 100011

Color Harmonies of #942C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942C1F

Black with #942C1F

Text Example


Text Example

White with #942C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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