Html Css Color HEX #942E23 Burnt Umber

📋 copy color: '#942E23'

red 148 ◦ green 46 ◦ blue 35

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

Shades of Burnt Umber #942E23

Tints of Burnt Umber #942E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.28%

R = 64.63%
G = 20.09%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#942E23 (or 0x942E23) is known color: Burnt Umber. HEX triplet: 94, 2E and 23. RGB value is (148,46,35). Sum of RGB (Red+Green+Blue) = 148+46+35=229 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.63% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 35 (14.06% from 255 or 15.28% from 229); Max value from RGB is 148 - color contains mainly: red. Hex color #942E23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942E23 is #6BD1DC. Grayscale: #4B4B4B. Windows color (decimal): -7066077 or 2305684. OLE color: 2305684.

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

Color convert

RGB 148 46 35 -
CMYK 0 0.69 0.76 0.42
HSL 5.84º 0.62% 0.36% -
HSV(B) 5.84º 0.76% 0.58% -
XYZ 13.49 8.37 2.49 -
YUV 75.24 105.29 179.89 -
System Red Green Blue C M Y K H S L
Decimal 148 46 35 0 0.69 0.76 0.42 5.84 0.62 0.36
Hex 94 2E 23 0 45 4C 2A 6 3E 24
Octal 224 56 43 0 105 114 52 6 76 44
Binary 10010100 101110 100011 0 1000101 1001100 101010 110 111110 100100

Color Harmonies of #942E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942E23

Black with #942E23

Text Example


Text Example

White with #942E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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