Html Css Color HEX #942B0D Burnt Umber

📋 copy color: '#942B0D'

red 148 ◦ green 43 ◦ blue 13

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

Shades of Burnt Umber #942B0D

Tints of Burnt Umber #942B0D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.08%

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

R = 72.55%
G = 21.08%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#942B0D (or 0x942B0D) is known color: Burnt Umber. HEX triplet: 94, 2B and 0D. RGB value is (148,43,13). Sum of RGB (Red+Green+Blue) = 148+43+13=204 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.55% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 148 - color contains mainly: red. Hex color #942B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942B0D is #6BD4F2. Grayscale: #474747. Windows color (decimal): -7066867 or 863124. OLE color: 863124.

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

Color convert

RGB 148 43 13 -
CMYK 0 0.71 0.91 0.42
HSL 13.33º 0.84% 0.32% -
HSV(B) 13.33º 0.91% 0.58% -
XYZ 13.15 8.05 1.24 -
YUV 70.98 95.29 182.94 -
System Red Green Blue C M Y K H S L
Decimal 148 43 13 0 0.71 0.91 0.42 13.33 0.84 0.32
Hex 94 2B D 0 47 5B 2A D 54 20
Octal 224 53 15 0 107 133 52 15 124 40
Binary 10010100 101011 1101 0 1000111 1011011 101010 1101 1010100 100000

Color Harmonies of #942B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942B0D

Black with #942B0D

Text Example


Text Example

White with #942B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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