Html Css Color HEX #923520 Burnt Umber

📋 copy color: '#923520'

red 146 ◦ green 53 ◦ blue 32

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

Shades of Burnt Umber #923520

Tints of Burnt Umber #923520

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.94%

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

R = 63.2%
G = 22.94%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#923520 (or 0x923520) is known color: Burnt Umber. HEX triplet: 92, 35 and 20. RGB value is (146,53,32). Sum of RGB (Red+Green+Blue) = 146+53+32=231 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.20% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 146 - color contains mainly: red. Hex color #923520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923520 is #6DCADF. Grayscale: #4E4E4E. Windows color (decimal): -7195360 or 2110866. OLE color: 2110866.

HSL color Cylindrical-coordinate representation of color #923520: hue angle of 11.05º 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 #923520 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 53 32 -
CMYK 0 0.64 0.78 0.43
HSL 11.05º 0.64% 0.35% -
HSV(B) 11.05º 0.78% 0.57% -
XYZ 13.39 8.76 2.35 -
YUV 78.41 101.81 176.21 -
System Red Green Blue C M Y K H S L
Decimal 146 53 32 0 0.64 0.78 0.43 11.05 0.64 0.35
Hex 92 35 20 0 40 4E 2B B 40 23
Octal 222 65 40 0 100 116 53 13 100 43
Binary 10010010 110101 100000 0 1000000 1001110 101011 1011 1000000 100011

Color Harmonies of #923520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923520

Black with #923520

Text Example


Text Example

White with #923520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923520; }

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

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

background-color css

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

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

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

border-color css

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

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

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