Html Css Color HEX #943020 Burnt Umber

📋 copy color: '#943020'

red 148 ◦ green 48 ◦ blue 32

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

Shades of Burnt Umber #943020

Tints of Burnt Umber #943020

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.05%

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

R = 64.91%
G = 21.05%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#943020 (or 0x943020) is known color: Burnt Umber. HEX triplet: 94, 30 and 20. RGB value is (148,48,32). Sum of RGB (Red+Green+Blue) = 148+48+32=228 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.91% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 148 - color contains mainly: red. Hex color #943020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943020 is #6BCFDF. Grayscale: #4C4C4C. Windows color (decimal): -7065568 or 2109588. OLE color: 2109588.

HSL color Cylindrical-coordinate representation of color #943020: hue angle of 8.28º 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 #943020 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 48 32 -
CMYK 0 0.68 0.78 0.42
HSL 8.28º 0.64% 0.35% -
HSV(B) 8.28º 0.78% 0.58% -
XYZ 13.53 8.51 2.3 -
YUV 76.08 103.13 179.3 -
System Red Green Blue C M Y K H S L
Decimal 148 48 32 0 0.68 0.78 0.42 8.28 0.64 0.35
Hex 94 30 20 0 44 4E 2A 8 40 23
Octal 224 60 40 0 104 116 52 10 100 43
Binary 10010100 110000 100000 0 1000100 1001110 101010 1000 1000000 100011

Color Harmonies of #943020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943020

Black with #943020

Text Example


Text Example

White with #943020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943020; }

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

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

background-color css

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

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

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

border-color css

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

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

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