Html Css Color HEX #943224 Burnt Umber

📋 copy color: '#943224'

red 148 ◦ green 50 ◦ blue 36

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

Shades of Burnt Umber #943224

Tints of Burnt Umber #943224

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.37%

 BLUE value IS 36 (14.45% from 255) = 15.38%

R = 63.25%
G = 21.37%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#943224 (or 0x943224) is known color: Burnt Umber. HEX triplet: 94, 32 and 24. RGB value is (148,50,36). Sum of RGB (Red+Green+Blue) = 148+50+36=234 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.25% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 36 (14.45% from 255 or 15.38% from 234); Max value from RGB is 148 - color contains mainly: red. Hex color #943224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943224 is #6BCDDB. Grayscale: #4D4D4D. Windows color (decimal): -7065052 or 2372244. OLE color: 2372244.

HSL color Cylindrical-coordinate representation of color #943224: hue angle of 7.5º degrees, saturation: 0.61, 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 #943224 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 50 36 -
CMYK 0 0.66 0.76 0.42
HSL 7.5º 0.61% 0.36% -
HSV(B) 7.5º 0.76% 0.58% -
XYZ 13.67 8.7 2.63 -
YUV 77.71 104.47 178.14 -
System Red Green Blue C M Y K H S L
Decimal 148 50 36 0 0.66 0.76 0.42 7.5 0.61 0.36
Hex 94 32 24 0 42 4C 2A 8 3D 24
Octal 224 62 44 0 102 114 52 10 75 44
Binary 10010100 110010 100100 0 1000010 1001100 101010 1000 111101 100100

Color Harmonies of #943224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943224

Black with #943224

Text Example


Text Example

White with #943224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943224; }

 p { color: rgb(148,50,36); }

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

background-color css

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

 a { background-color: rgb(148,50,36); }

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

border-color css

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

 span { border-color: rgb(148,50,36); }

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