Html Css Color HEX #942D0D Burnt Umber

📋 copy color: '#942D0D'

red 148 ◦ green 45 ◦ blue 13

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

Shades of Burnt Umber #942D0D

Tints of Burnt Umber #942D0D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.84%

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

R = 71.84%
G = 21.84%
B = 6.31%

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

#942D0D (or 0x942D0D) is known color: Burnt Umber. HEX triplet: 94, 2D and 0D. RGB value is (148,45,13). Sum of RGB (Red+Green+Blue) = 148+45+13=206 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.84% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 148 - color contains mainly: red. Hex color #942D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942D0D is #6BD2F2. Grayscale: #484848. Windows color (decimal): -7066355 or 863636. OLE color: 863636.

HSL color Cylindrical-coordinate representation of color #942D0D: hue angle of 14.22º 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 #942D0D is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 45 13 -
CMYK 0 0.70 0.91 0.42
HSL 14.22º 0.84% 0.32% -
HSV(B) 14.22º 0.91% 0.58% -
XYZ 13.22 8.2 1.27 -
YUV 72.15 94.62 182.1 -
System Red Green Blue C M Y K H S L
Decimal 148 45 13 0 0.70 0.91 0.42 14.22 0.84 0.32
Hex 94 2D D 0 46 5B 2A E 54 20
Octal 224 55 15 0 106 133 52 16 124 40
Binary 10010100 101101 1101 0 1000110 1011011 101010 1110 1010100 100000

Color Harmonies of #942D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942D0D

Black with #942D0D

Text Example


Text Example

White with #942D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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