Html Css Color HEX #923213 Burnt Umber

📋 copy color: '#923213'

red 146 ◦ green 50 ◦ blue 19

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

Shades of Burnt Umber #923213

Tints of Burnt Umber #923213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.84%

R = 67.91%
G = 23.26%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#923213 (or 0x923213) is known color: Burnt Umber. HEX triplet: 92, 32 and 13. RGB value is (146,50,19). Sum of RGB (Red+Green+Blue) = 146+50+19=215 (28% of max value = 765). Red value is 146 (57.42% from 255 or 67.91% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 146 - color contains mainly: red. Hex color #923213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #923213 is #6DCDEC. Grayscale: #4B4B4B. Windows color (decimal): -7196141 or 1258130. OLE color: 1258130.

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

Color convert

RGB 146 50 19 -
CMYK 0 0.66 0.87 0.43
HSL 14.65º 0.77% 0.32% -
HSV(B) 14.65º 0.87% 0.57% -
XYZ 13.11 8.44 1.55 -
YUV 75.17 96.3 178.52 -
System Red Green Blue C M Y K H S L
Decimal 146 50 19 0 0.66 0.87 0.43 14.65 0.77 0.32
Hex 92 32 13 0 42 57 2B F 4D 20
Octal 222 62 23 0 102 127 53 17 115 40
Binary 10010010 110010 10011 0 1000010 1010111 101011 1111 1001101 100000

Color Harmonies of #923213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923213

Black with #923213

Text Example


Text Example

White with #923213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923213; }

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

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

background-color css

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

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

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

border-color css

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

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

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