Html Css Color HEX #942E26 Burnt Umber

📋 copy color: '#942E26'

red 148 ◦ green 46 ◦ blue 38

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

Shades of Burnt Umber #942E26

Tints of Burnt Umber #942E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.38%

R = 63.79%
G = 19.83%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#942E26 (or 0x942E26) is known color: Burnt Umber. HEX triplet: 94, 2E and 26. RGB value is (148,46,38). Sum of RGB (Red+Green+Blue) = 148+46+38=232 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.79% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 148 - color contains mainly: red. Hex color #942E26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942E26 is #6BD1D9. Grayscale: #4B4B4B. Windows color (decimal): -7066074 or 2502292. OLE color: 2502292.

HSL color Cylindrical-coordinate representation of color #942E26: hue angle of 4.36º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #942E26 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 46 38 -
CMYK 0 0.69 0.74 0.42
HSL 4.36º 0.59% 0.36% -
HSV(B) 4.36º 0.74% 0.58% -
XYZ 13.54 8.39 2.74 -
YUV 75.59 106.79 179.65 -
System Red Green Blue C M Y K H S L
Decimal 148 46 38 0 0.69 0.74 0.42 4.36 0.59 0.36
Hex 94 2E 26 0 45 4A 2A 4 3B 24
Octal 224 56 46 0 105 112 52 4 73 44
Binary 10010100 101110 100110 0 1000101 1001010 101010 100 111011 100100

Color Harmonies of #942E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942E26

Black with #942E26

Text Example


Text Example

White with #942E26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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