Html Css Color HEX #A33019 Brown

📋 copy color: '#A33019'

red 163 ◦ green 48 ◦ blue 25

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

Shades of Brown #A33019

Tints of Brown #A33019

RGB

 RED value IS 163 (64.06% from 255) = 69.07%

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

 BLUE value IS 25 (10.16% from 255) = 10.59%

R = 69.07%
G = 20.34%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A33019 (or 0xA33019) is known color: Brown. HEX triplet: A3, 30 and 19. RGB value is (163,48,25). Sum of RGB (Red+Green+Blue) = 163+48+25=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 25 (10.16% from 255 or 10.59% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A33019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33019 is #5CCFE6. Grayscale: #4F4F4F. Windows color (decimal): -6082535 or 1650851. OLE color: 1650851.

HSL color Cylindrical-coordinate representation of color #A33019: hue angle of 10º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A33019 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 48 25 -
CMYK 0 0.71 0.85 0.36
HSL 10º 0.73% 0.37% -
HSV(B) 10º 0.85% 0.64% -
XYZ 16.34 9.97 1.98 -
YUV 79.76 97.1 187.37 -
System Red Green Blue C M Y K H S L
Decimal 163 48 25 0 0.71 0.85 0.36 10 0.73 0.37
Hex A3 30 19 0 47 55 24 A 49 25
Octal 243 60 31 0 107 125 44 12 111 45
Binary 10100011 110000 11001 0 1000111 1010101 100100 1010 1001001 100101

Color Harmonies of #A33019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33019

Black with #A33019

Text Example


Text Example

White with #A33019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33019; }

 p { color: rgb(163,48,25); }

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

background-color css

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

 a { background-color: rgb(163,48,25); }

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

border-color css

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

 span { border-color: rgb(163,48,25); }

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