Html Css Color HEX #942D23 Burnt Umber

📋 copy color: '#942D23'

red 148 ◦ green 45 ◦ blue 35

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

Shades of Burnt Umber #942D23

Tints of Burnt Umber #942D23

RGB

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

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

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

R = 64.91%
G = 19.74%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#942D23 (or 0x942D23) is known color: Burnt Umber. HEX triplet: 94, 2D and 23. RGB value is (148,45,35). Sum of RGB (Red+Green+Blue) = 148+45+35=228 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.91% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 35 (14.06% from 255 or 15.35% from 228); Max value from RGB is 148 - color contains mainly: red. Hex color #942D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942D23 is #6BD2DC. Grayscale: #4A4A4A. Windows color (decimal): -7066333 or 2305428. OLE color: 2305428.

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

Color convert

RGB 148 45 35 -
CMYK 0 0.70 0.76 0.42
HSL 5.31º 0.62% 0.36% -
HSV(B) 5.31º 0.76% 0.58% -
XYZ 13.45 8.29 2.48 -
YUV 74.66 105.62 180.31 -
System Red Green Blue C M Y K H S L
Decimal 148 45 35 0 0.70 0.76 0.42 5.31 0.62 0.36
Hex 94 2D 23 0 46 4C 2A 5 3E 24
Octal 224 55 43 0 106 114 52 5 76 44
Binary 10010100 101101 100011 0 1000110 1001100 101010 101 111110 100100

Color Harmonies of #942D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942D23

Black with #942D23

Text Example


Text Example

White with #942D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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