Html Css Color HEX #92341D Burnt Umber

📋 copy color: '#92341D'

red 146 ◦ green 52 ◦ blue 29

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

Shades of Burnt Umber #92341D

Tints of Burnt Umber #92341D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.78%

R = 64.32%
G = 22.91%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.43

RGB Variations

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

Color information

#92341D (or 0x92341D) is known color: Burnt Umber. HEX triplet: 92, 34 and 1D. RGB value is (146,52,29). Sum of RGB (Red+Green+Blue) = 146+52+29=227 (30% of max value = 765). Red value is 146 (57.42% from 255 or 64.32% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 146 - color contains mainly: red. Hex color #92341D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92341D is #6DCBE2. Grayscale: #4D4D4D. Windows color (decimal): -7195619 or 1914002. OLE color: 1914002.

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

Color convert

RGB 146 52 29 -
CMYK 0 0.64 0.80 0.43
HSL 11.79º 0.67% 0.34% -
HSV(B) 11.79º 0.8% 0.57% -
XYZ 13.3 8.66 2.13 -
YUV 77.48 100.64 176.87 -
System Red Green Blue C M Y K H S L
Decimal 146 52 29 0 0.64 0.80 0.43 11.79 0.67 0.34
Hex 92 34 1D 0 40 50 2B C 43 22
Octal 222 64 35 0 100 120 53 14 103 42
Binary 10010010 110100 11101 0 1000000 1010000 101011 1100 1000011 100010

Color Harmonies of #92341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92341D

Black with #92341D

Text Example


Text Example

White with #92341D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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