Html Css Color HEX #92341B Burnt Umber

📋 copy color: '#92341B'

red 146 ◦ green 52 ◦ blue 27

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

Shades of Burnt Umber #92341B

Tints of Burnt Umber #92341B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.11%

 BLUE value IS 27 (10.94% from 255) = 12%

R = 64.89%
G = 23.11%
B = 12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#92341B (or 0x92341B) is known color: Burnt Umber. HEX triplet: 92, 34 and 1B. RGB value is (146,52,27). Sum of RGB (Red+Green+Blue) = 146+52+27=225 (29% of max value = 765). Red value is 146 (57.42% from 255 or 64.89% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 146 - color contains mainly: red. Hex color #92341B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92341B is #6DCBE4. Grayscale: #4D4D4D. Windows color (decimal): -7195621 or 1782930. OLE color: 1782930.

HSL color Cylindrical-coordinate representation of color #92341B: hue angle of 12.61º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #92341B is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 52 27 -
CMYK 0 0.64 0.82 0.43
HSL 12.61º 0.69% 0.34% -
HSV(B) 12.61º 0.82% 0.57% -
XYZ 13.28 8.65 2.01 -
YUV 77.26 99.64 177.03 -
System Red Green Blue C M Y K H S L
Decimal 146 52 27 0 0.64 0.82 0.43 12.61 0.69 0.34
Hex 92 34 1B 0 40 52 2B D 45 22
Octal 222 64 33 0 100 122 53 15 105 42
Binary 10010010 110100 11011 0 1000000 1010010 101011 1101 1000101 100010

Color Harmonies of #92341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92341B

Black with #92341B

Text Example


Text Example

White with #92341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92341B; }

 p { color: rgb(146,52,27); }

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

background-color css

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

 a { background-color: rgb(146,52,27); }

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

border-color css

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

 span { border-color: rgb(146,52,27); }

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