Html Css Color HEX #A13013 Burnt Umber

📋 copy color: '#A13013'

red 161 ◦ green 48 ◦ blue 19

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

Shades of Burnt Umber #A13013

Tints of Burnt Umber #A13013

RGB

 RED value IS 161 (63.28% from 255) = 70.61%

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

 BLUE value IS 19 (7.81% from 255) = 8.33%

R = 70.61%
G = 21.05%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A13013 (or 0xA13013) is known color: Burnt Umber. HEX triplet: A1, 30 and 13. RGB value is (161,48,19). Sum of RGB (Red+Green+Blue) = 161+48+19=228 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.61% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 161 - color contains mainly: red. Hex color #A13013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13013 is #5ECFEC. Grayscale: #4E4E4E. Windows color (decimal): -6213613 or 1257633. OLE color: 1257633.

HSL color Cylindrical-coordinate representation of color #A13013: hue angle of 12.25º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A13013 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 48 19 -
CMYK 0 0.70 0.88 0.37
HSL 12.25º 0.79% 0.35% -
HSV(B) 12.25º 0.88% 0.63% -
XYZ 15.87 9.74 1.66 -
YUV 78.48 94.44 186.86 -
System Red Green Blue C M Y K H S L
Decimal 161 48 19 0 0.70 0.88 0.37 12.25 0.79 0.35
Hex A1 30 13 0 46 58 25 C 4F 23
Octal 241 60 23 0 106 130 45 14 117 43
Binary 10100001 110000 10011 0 1000110 1011000 100101 1100 1001111 100011

Color Harmonies of #A13013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13013

Black with #A13013

Text Example


Text Example

White with #A13013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13013; }

 p { color: rgb(161,48,19); }

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

background-color css

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

 a { background-color: rgb(161,48,19); }

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

border-color css

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

 span { border-color: rgb(161,48,19); }

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