Html Css Color HEX #923126 Burnt Umber

📋 copy color: '#923126'

red 146 ◦ green 49 ◦ blue 38

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

Shades of Burnt Umber #923126

Tints of Burnt Umber #923126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.31%

R = 62.66%
G = 21.03%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#923126 (or 0x923126) is known color: Burnt Umber. HEX triplet: 92, 31 and 26. RGB value is (146,49,38). Sum of RGB (Red+Green+Blue) = 146+49+38=233 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.66% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 146 - color contains mainly: red. Hex color #923126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923126 is #6DCED9. Grayscale: #4C4C4C. Windows color (decimal): -7196378 or 2503058. OLE color: 2503058.

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

Color convert

RGB 146 49 38 -
CMYK 0 0.66 0.74 0.43
HSL 6.11º 0.59% 0.36% -
HSV(B) 6.11º 0.74% 0.57% -
XYZ 13.3 8.45 2.76 -
YUV 76.75 106.14 177.39 -
System Red Green Blue C M Y K H S L
Decimal 146 49 38 0 0.66 0.74 0.43 6.11 0.59 0.36
Hex 92 31 26 0 42 4A 2B 6 3B 24
Octal 222 61 46 0 102 112 53 6 73 44
Binary 10010010 110001 100110 0 1000010 1001010 101011 110 111011 100100

Color Harmonies of #923126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923126

Black with #923126

Text Example


Text Example

White with #923126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923126; }

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

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

background-color css

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

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

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

border-color css

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

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

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