Html Css Color HEX #943015 Burnt Umber

📋 copy color: '#943015'

red 148 ◦ green 48 ◦ blue 21

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

Shades of Burnt Umber #943015

Tints of Burnt Umber #943015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.68%

R = 68.2%
G = 22.12%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#943015 (or 0x943015) is known color: Burnt Umber. HEX triplet: 94, 30 and 15. RGB value is (148,48,21). Sum of RGB (Red+Green+Blue) = 148+48+21=217 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.20% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 148 - color contains mainly: red. Hex color #943015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943015 is #6BCFEA. Grayscale: #4B4B4B. Windows color (decimal): -7065579 or 1388692. OLE color: 1388692.

HSL color Cylindrical-coordinate representation of color #943015: hue angle of 12.76º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #943015 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 48 21 -
CMYK 0 0.68 0.86 0.42
HSL 12.76º 0.75% 0.33% -
HSV(B) 12.76º 0.86% 0.58% -
XYZ 13.41 8.46 1.64 -
YUV 74.82 97.63 180.2 -
System Red Green Blue C M Y K H S L
Decimal 148 48 21 0 0.68 0.86 0.42 12.76 0.75 0.33
Hex 94 30 15 0 44 56 2A D 4B 21
Octal 224 60 25 0 104 126 52 15 113 41
Binary 10010100 110000 10101 0 1000100 1010110 101010 1101 1001011 100001

Color Harmonies of #943015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943015

Black with #943015

Text Example


Text Example

White with #943015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943015; }

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

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

background-color css

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

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

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

border-color css

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

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

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