Html Css Color HEX #943320 Burnt Umber

📋 copy color: '#943320'

red 148 ◦ green 51 ◦ blue 32

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

Shades of Burnt Umber #943320

Tints of Burnt Umber #943320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.08%

 BLUE value IS 32 (12.89% from 255) = 13.85%

R = 64.07%
G = 22.08%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#943320 (or 0x943320) is known color: Burnt Umber. HEX triplet: 94, 33 and 20. RGB value is (148,51,32). Sum of RGB (Red+Green+Blue) = 148+51+32=231 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.07% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 148 - color contains mainly: red. Hex color #943320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943320 is #6BCCDF. Grayscale: #4E4E4E. Windows color (decimal): -7064800 or 2110356. OLE color: 2110356.

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

Color convert

RGB 148 51 32 -
CMYK 0 0.66 0.78 0.42
HSL 9.83º 0.64% 0.35% -
HSV(B) 9.83º 0.78% 0.58% -
XYZ 13.66 8.77 2.34 -
YUV 77.84 102.14 178.04 -
System Red Green Blue C M Y K H S L
Decimal 148 51 32 0 0.66 0.78 0.42 9.83 0.64 0.35
Hex 94 33 20 0 42 4E 2A A 40 23
Octal 224 63 40 0 102 116 52 12 100 43
Binary 10010100 110011 100000 0 1000010 1001110 101010 1010 1000000 100011

Color Harmonies of #943320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943320

Black with #943320

Text Example


Text Example

White with #943320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943320; }

 p { color: rgb(148,51,32); }

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

background-color css

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

 a { background-color: rgb(148,51,32); }

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

border-color css

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

 span { border-color: rgb(148,51,32); }

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