Html Css Color HEX #92301B Burnt Umber

📋 copy color: '#92301B'

red 146 ◦ green 48 ◦ blue 27

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

Shades of Burnt Umber #92301B

Tints of Burnt Umber #92301B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.72%

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

R = 66.06%
G = 21.72%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#92301B (or 0x92301B) is known color: Burnt Umber. HEX triplet: 92, 30 and 1B. RGB value is (146,48,27). Sum of RGB (Red+Green+Blue) = 146+48+27=221 (29% of max value = 765). Red value is 146 (57.42% from 255 or 66.06% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 146 - color contains mainly: red. Hex color #92301B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92301B is #6DCFE4. Grayscale: #4B4B4B. Windows color (decimal): -7196645 or 1781906. OLE color: 1781906.

HSL color Cylindrical-coordinate representation of color #92301B: hue angle of 10.59º 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 #92301B is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 48 27 -
CMYK 0 0.67 0.82 0.43
HSL 10.59º 0.69% 0.34% -
HSV(B) 10.59º 0.82% 0.57% -
XYZ 13.11 8.3 1.95 -
YUV 74.91 100.97 178.71 -
System Red Green Blue C M Y K H S L
Decimal 146 48 27 0 0.67 0.82 0.43 10.59 0.69 0.34
Hex 92 30 1B 0 43 52 2B B 45 22
Octal 222 60 33 0 103 122 53 13 105 42
Binary 10010010 110000 11011 0 1000011 1010010 101011 1011 1000101 100010

Color Harmonies of #92301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92301B

Black with #92301B

Text Example


Text Example

White with #92301B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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