Html Css Color HEX #923220 Burnt Umber

📋 copy color: '#923220'

red 146 ◦ green 50 ◦ blue 32

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

Shades of Burnt Umber #923220

Tints of Burnt Umber #923220

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.93%

 BLUE value IS 32 (12.89% from 255) = 14.04%

R = 64.04%
G = 21.93%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#923220 (or 0x923220) is known color: Burnt Umber. HEX triplet: 92, 32 and 20. RGB value is (146,50,32). Sum of RGB (Red+Green+Blue) = 146+50+32=228 (30% of max value = 765). Red value is 146 (57.42% from 255 or 64.04% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 146 - color contains mainly: red. Hex color #923220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923220 is #6DCDDF. Grayscale: #4C4C4C. Windows color (decimal): -7196128 or 2110098. OLE color: 2110098.

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

Color convert

RGB 146 50 32 -
CMYK 0 0.66 0.78 0.43
HSL 9.47º 0.64% 0.35% -
HSV(B) 9.47º 0.78% 0.57% -
XYZ 13.26 8.5 2.31 -
YUV 76.65 102.8 177.46 -
System Red Green Blue C M Y K H S L
Decimal 146 50 32 0 0.66 0.78 0.43 9.47 0.64 0.35
Hex 92 32 20 0 42 4E 2B 9 40 23
Octal 222 62 40 0 102 116 53 11 100 43
Binary 10010010 110010 100000 0 1000010 1001110 101011 1001 1000000 100011

Color Harmonies of #923220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923220

Black with #923220

Text Example


Text Example

White with #923220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923220; }

 p { color: rgb(146,50,32); }

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

background-color css

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

 a { background-color: rgb(146,50,32); }

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

border-color css

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

 span { border-color: rgb(146,50,32); }

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