Html Css Color HEX #942C0D Burnt Umber

📋 copy color: '#942C0D'

red 148 ◦ green 44 ◦ blue 13

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

Shades of Burnt Umber #942C0D

Tints of Burnt Umber #942C0D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.46%

 BLUE value IS 13 (5.47% from 255) = 6.34%

R = 72.2%
G = 21.46%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#942C0D (or 0x942C0D) is known color: Burnt Umber. HEX triplet: 94, 2C and 0D. RGB value is (148,44,13). Sum of RGB (Red+Green+Blue) = 148+44+13=205 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.20% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 148 - color contains mainly: red. Hex color #942C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942C0D is #6BD3F2. Grayscale: #474747. Windows color (decimal): -7066611 or 863380. OLE color: 863380.

HSL color Cylindrical-coordinate representation of color #942C0D: hue angle of 13.78º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #942C0D is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 44 13 -
CMYK 0 0.70 0.91 0.42
HSL 13.78º 0.84% 0.32% -
HSV(B) 13.78º 0.91% 0.58% -
XYZ 13.19 8.13 1.25 -
YUV 71.56 94.96 182.52 -
System Red Green Blue C M Y K H S L
Decimal 148 44 13 0 0.70 0.91 0.42 13.78 0.84 0.32
Hex 94 2C D 0 46 5B 2A E 54 20
Octal 224 54 15 0 106 133 52 16 124 40
Binary 10010100 101100 1101 0 1000110 1011011 101010 1110 1010100 100000

Color Harmonies of #942C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942C0D

Black with #942C0D

Text Example


Text Example

White with #942C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942C0D; }

 p { color: rgb(148,44,13); }

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

background-color css

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

 a { background-color: rgb(148,44,13); }

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

border-color css

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

 span { border-color: rgb(148,44,13); }

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