Html Css Color HEX #923014 Burnt Umber

📋 copy color: '#923014'

red 146 ◦ green 48 ◦ blue 20

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

Shades of Burnt Umber #923014

Tints of Burnt Umber #923014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.35%

R = 68.22%
G = 22.43%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#923014 (or 0x923014) is known color: Burnt Umber. HEX triplet: 92, 30 and 14. RGB value is (146,48,20). Sum of RGB (Red+Green+Blue) = 146+48+20=214 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.22% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 146 - color contains mainly: red. Hex color #923014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #923014 is #6DCFEB. Grayscale: #4A4A4A. Windows color (decimal): -7196652 or 1323154. OLE color: 1323154.

HSL color Cylindrical-coordinate representation of color #923014: hue angle of 13.33º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #923014 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 48 20 -
CMYK 0 0.67 0.86 0.43
HSL 13.33º 0.76% 0.33% -
HSV(B) 13.33º 0.86% 0.57% -
XYZ 13.04 8.28 1.57 -
YUV 74.11 97.47 179.28 -
System Red Green Blue C M Y K H S L
Decimal 146 48 20 0 0.67 0.86 0.43 13.33 0.76 0.33
Hex 92 30 14 0 43 56 2B D 4C 21
Octal 222 60 24 0 103 126 53 15 114 41
Binary 10010010 110000 10100 0 1000011 1010110 101011 1101 1001100 100001

Color Harmonies of #923014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923014

Black with #923014

Text Example


Text Example

White with #923014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923014; }

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

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

background-color css

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

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

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

border-color css

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

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

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