Html Css Color HEX #943312 Burnt Umber

📋 copy color: '#943312'

red 148 ◦ green 51 ◦ blue 18

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

Shades of Burnt Umber #943312

Tints of Burnt Umber #943312

RGB

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

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

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

R = 68.2%
G = 23.5%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#943312 (or 0x943312) is known color: Burnt Umber. HEX triplet: 94, 33 and 12. RGB value is (148,51,18). Sum of RGB (Red+Green+Blue) = 148+51+18=217 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.20% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 148 - color contains mainly: red. Hex color #943312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943312 is #6BCCED. Grayscale: #4C4C4C. Windows color (decimal): -7064814 or 1192852. OLE color: 1192852.

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

Color convert

RGB 148 51 18 -
CMYK 0 0.66 0.88 0.42
HSL 15.23º 0.78% 0.33% -
HSV(B) 15.23º 0.88% 0.58% -
XYZ 13.51 8.71 1.54 -
YUV 76.24 95.14 179.18 -
System Red Green Blue C M Y K H S L
Decimal 148 51 18 0 0.66 0.88 0.42 15.23 0.78 0.33
Hex 94 33 12 0 42 58 2A F 4E 21
Octal 224 63 22 0 102 130 52 17 116 41
Binary 10010100 110011 10010 0 1000010 1011000 101010 1111 1001110 100001

Color Harmonies of #943312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943312

Black with #943312

Text Example


Text Example

White with #943312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943312; }

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

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

background-color css

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

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

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

border-color css

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

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

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