Html Css Color HEX #923121 Burnt Umber

📋 copy color: '#923121'

red 146 ◦ green 49 ◦ blue 33

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

Shades of Burnt Umber #923121

Tints of Burnt Umber #923121

RGB

 RED value IS 146 (57.42% from 255) = 64.04%

 GREEN value IS 49 (19.53% from 255) = 21.49%

 BLUE value IS 33 (13.28% from 255) = 14.47%

R = 64.04%
G = 21.49%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#923121 (or 0x923121) is known color: Burnt Umber. HEX triplet: 92, 31 and 21. RGB value is (146,49,33). Sum of RGB (Red+Green+Blue) = 146+49+33=228 (30% of max value = 765). Red value is 146 (57.42% from 255 or 64.04% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 146 - color contains mainly: red. Hex color #923121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923121 is #6DCEDE. Grayscale: #4C4C4C. Windows color (decimal): -7196383 or 2175378. OLE color: 2175378.

HSL color Cylindrical-coordinate representation of color #923121: hue angle of 8.5º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #923121 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 49 33 -
CMYK 0 0.66 0.77 0.43
HSL 8.5º 0.63% 0.35% -
HSV(B) 8.5º 0.77% 0.57% -
XYZ 13.23 8.42 2.37 -
YUV 76.18 103.64 177.8 -
System Red Green Blue C M Y K H S L
Decimal 146 49 33 0 0.66 0.77 0.43 8.5 0.63 0.35
Hex 92 31 21 0 42 4D 2B 8 3F 23
Octal 222 61 41 0 102 115 53 10 77 43
Binary 10010010 110001 100001 0 1000010 1001101 101011 1000 111111 100011

Color Harmonies of #923121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923121

Black with #923121

Text Example


Text Example

White with #923121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923121; }

 p { color: rgb(146,49,33); }

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

background-color css

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

 a { background-color: rgb(146,49,33); }

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

border-color css

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

 span { border-color: rgb(146,49,33); }

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