Html Css Color HEX #92341F Burnt Umber

📋 copy color: '#92341F'

red 146 ◦ green 52 ◦ blue 31

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

Shades of Burnt Umber #92341F

Tints of Burnt Umber #92341F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.54%

R = 63.76%
G = 22.71%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#92341F (or 0x92341F) is known color: Burnt Umber. HEX triplet: 92, 34 and 1F. RGB value is (146,52,31). Sum of RGB (Red+Green+Blue) = 146+52+31=229 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.76% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 31 (12.5% from 255 or 13.54% from 229); Max value from RGB is 146 - color contains mainly: red. Hex color #92341F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92341F is #6DCBE0. Grayscale: #4D4D4D. Windows color (decimal): -7195617 or 2045074. OLE color: 2045074.

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

Color convert

RGB 146 52 31 -
CMYK 0 0.64 0.79 0.43
HSL 10.96º 0.65% 0.35% -
HSV(B) 10.96º 0.79% 0.57% -
XYZ 13.33 8.67 2.27 -
YUV 77.71 101.64 176.71 -
System Red Green Blue C M Y K H S L
Decimal 146 52 31 0 0.64 0.79 0.43 10.96 0.65 0.35
Hex 92 34 1F 0 40 4F 2B B 41 23
Octal 222 64 37 0 100 117 53 13 101 43
Binary 10010010 110100 11111 0 1000000 1001111 101011 1011 1000001 100011

Color Harmonies of #92341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92341F

Black with #92341F

Text Example


Text Example

White with #92341F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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