Html Css Color HEX #943012 Burnt Umber

📋 copy color: '#943012'

red 148 ◦ green 48 ◦ blue 18

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

Shades of Burnt Umber #943012

Tints of Burnt Umber #943012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.41%

R = 69.16%
G = 22.43%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#943012 (or 0x943012) is known color: Burnt Umber. HEX triplet: 94, 30 and 12. RGB value is (148,48,18). Sum of RGB (Red+Green+Blue) = 148+48+18=214 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.16% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 148 - color contains mainly: red. Hex color #943012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943012 is #6BCFED. Grayscale: #4A4A4A. Windows color (decimal): -7065582 or 1192084. OLE color: 1192084.

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

Color convert

RGB 148 48 18 -
CMYK 0 0.68 0.88 0.42
HSL 13.85º 0.78% 0.33% -
HSV(B) 13.85º 0.88% 0.58% -
XYZ 13.38 8.45 1.5 -
YUV 74.48 96.13 180.44 -
System Red Green Blue C M Y K H S L
Decimal 148 48 18 0 0.68 0.88 0.42 13.85 0.78 0.33
Hex 94 30 12 0 44 58 2A E 4E 21
Octal 224 60 22 0 104 130 52 16 116 41
Binary 10010100 110000 10010 0 1000100 1011000 101010 1110 1001110 100001

Color Harmonies of #943012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943012

Black with #943012

Text Example


Text Example

White with #943012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943012; }

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

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

background-color css

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

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

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

border-color css

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

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

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