Html Css Color HEX #923225 Burnt Umber

📋 copy color: '#923225'

red 146 ◦ green 50 ◦ blue 37

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

Shades of Burnt Umber #923225

Tints of Burnt Umber #923225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.88%

R = 62.66%
G = 21.46%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#923225 (or 0x923225) is known color: Burnt Umber. HEX triplet: 92, 32 and 25. RGB value is (146,50,37). Sum of RGB (Red+Green+Blue) = 146+50+37=233 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.66% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 146 - color contains mainly: red. Hex color #923225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923225 is #6DCDDA. Grayscale: #4D4D4D. Windows color (decimal): -7196123 or 2437778. OLE color: 2437778.

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

Color convert

RGB 146 50 37 -
CMYK 0 0.66 0.75 0.43
HSL 7.16º 0.6% 0.36% -
HSV(B) 7.16º 0.75% 0.57% -
XYZ 13.33 8.53 2.69 -
YUV 77.22 105.3 177.06 -
System Red Green Blue C M Y K H S L
Decimal 146 50 37 0 0.66 0.75 0.43 7.16 0.6 0.36
Hex 92 32 25 0 42 4B 2B 7 3C 24
Octal 222 62 45 0 102 113 53 7 74 44
Binary 10010010 110010 100101 0 1000010 1001011 101011 111 111100 100100

Color Harmonies of #923225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923225

Black with #923225

Text Example


Text Example

White with #923225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923225; }

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

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

background-color css

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

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

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

border-color css

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

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

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