Html Css Color HEX #943515 Burnt Umber

📋 copy color: '#943515'

red 148 ◦ green 53 ◦ blue 21

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

Shades of Burnt Umber #943515

Tints of Burnt Umber #943515

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.87%

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

R = 66.67%
G = 23.87%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#943515 (or 0x943515) is known color: Burnt Umber. HEX triplet: 94, 35 and 15. RGB value is (148,53,21). Sum of RGB (Red+Green+Blue) = 148+53+21=222 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.67% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 148 - color contains mainly: red. Hex color #943515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943515 is #6BCAEA. Grayscale: #4D4D4D. Windows color (decimal): -7064299 or 1389972. OLE color: 1389972.

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

Color convert

RGB 148 53 21 -
CMYK 0 0.64 0.86 0.42
HSL 15.12º 0.75% 0.33% -
HSV(B) 15.12º 0.86% 0.58% -
XYZ 13.62 8.9 1.71 -
YUV 77.76 95.97 178.1 -
System Red Green Blue C M Y K H S L
Decimal 148 53 21 0 0.64 0.86 0.42 15.12 0.75 0.33
Hex 94 35 15 0 40 56 2A F 4B 21
Octal 224 65 25 0 100 126 52 17 113 41
Binary 10010100 110101 10101 0 1000000 1010110 101010 1111 1001011 100001

Color Harmonies of #943515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943515

Black with #943515

Text Example


Text Example

White with #943515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943515; }

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

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

background-color css

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

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

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

border-color css

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

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

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