Html Css Color HEX #942D1B Burnt Umber

📋 copy color: '#942D1B'

red 148 ◦ green 45 ◦ blue 27

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

Shades of Burnt Umber #942D1B

Tints of Burnt Umber #942D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.27%

R = 67.27%
G = 20.45%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#942D1B (or 0x942D1B) is known color: Burnt Umber. HEX triplet: 94, 2D and 1B. RGB value is (148,45,27). Sum of RGB (Red+Green+Blue) = 148+45+27=220 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.27% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 148 - color contains mainly: red. Hex color #942D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942D1B is #6BD2E4. Grayscale: #494949. Windows color (decimal): -7066341 or 1781140. OLE color: 1781140.

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

Color convert

RGB 148 45 27 -
CMYK 0 0.70 0.82 0.42
HSL 8.93º 0.69% 0.34% -
HSV(B) 8.93º 0.82% 0.58% -
XYZ 13.35 8.25 1.93 -
YUV 73.75 101.62 180.96 -
System Red Green Blue C M Y K H S L
Decimal 148 45 27 0 0.70 0.82 0.42 8.93 0.69 0.34
Hex 94 2D 1B 0 46 52 2A 9 45 22
Octal 224 55 33 0 106 122 52 11 105 42
Binary 10010100 101101 11011 0 1000110 1010010 101010 1001 1000101 100010

Color Harmonies of #942D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942D1B

Black with #942D1B

Text Example


Text Example

White with #942D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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