Html Css Color HEX #943218 Burnt Umber

📋 copy color: '#943218'

red 148 ◦ green 50 ◦ blue 24

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

Shades of Burnt Umber #943218

Tints of Burnt Umber #943218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.81%

R = 66.67%
G = 22.52%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#943218 (or 0x943218) is known color: Burnt Umber. HEX triplet: 94, 32 and 18. RGB value is (148,50,24). Sum of RGB (Red+Green+Blue) = 148+50+24=222 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.67% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 148 - color contains mainly: red. Hex color #943218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943218 is #6BCDE7. Grayscale: #4C4C4C. Windows color (decimal): -7065064 or 1585812. OLE color: 1585812.

HSL color Cylindrical-coordinate representation of color #943218: hue angle of 12.58º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #943218 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 50 24 -
CMYK 0 0.66 0.84 0.42
HSL 12.58º 0.72% 0.34% -
HSV(B) 12.58º 0.84% 0.58% -
XYZ 13.52 8.64 1.82 -
YUV 76.34 98.47 179.11 -
System Red Green Blue C M Y K H S L
Decimal 148 50 24 0 0.66 0.84 0.42 12.58 0.72 0.34
Hex 94 32 18 0 42 54 2A D 48 22
Octal 224 62 30 0 102 124 52 15 110 42
Binary 10010100 110010 11000 0 1000010 1010100 101010 1101 1001000 100010

Color Harmonies of #943218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943218

Black with #943218

Text Example


Text Example

White with #943218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943218; }

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

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

background-color css

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

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

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

border-color css

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

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

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