Html Css Color HEX #942D19 Burnt Umber

📋 copy color: '#942D19'

red 148 ◦ green 45 ◦ blue 25

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

Shades of Burnt Umber #942D19

Tints of Burnt Umber #942D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.47%

R = 67.89%
G = 20.64%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#942D19 (or 0x942D19) is known color: Burnt Umber. HEX triplet: 94, 2D and 19. RGB value is (148,45,25). Sum of RGB (Red+Green+Blue) = 148+45+25=218 (28% of max value = 765). Red value is 148 (58.20% from 255 or 67.89% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 148 - color contains mainly: red. Hex color #942D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942D19 is #6BD2E6. Grayscale: #494949. Windows color (decimal): -7066343 or 1650068. OLE color: 1650068.

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

Color convert

RGB 148 45 25 -
CMYK 0 0.70 0.83 0.42
HSL 9.76º 0.71% 0.34% -
HSV(B) 9.76º 0.83% 0.58% -
XYZ 13.33 8.24 1.81 -
YUV 73.52 100.62 181.13 -
System Red Green Blue C M Y K H S L
Decimal 148 45 25 0 0.70 0.83 0.42 9.76 0.71 0.34
Hex 94 2D 19 0 46 53 2A A 47 22
Octal 224 55 31 0 106 123 52 12 107 42
Binary 10010100 101101 11001 0 1000110 1010011 101010 1010 1000111 100010

Color Harmonies of #942D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942D19

Black with #942D19

Text Example


Text Example

White with #942D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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