Html Css Color HEX #A33021 Brown

📋 copy color: '#A33021'

red 163 ◦ green 48 ◦ blue 33

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

Shades of Brown #A33021

Tints of Brown #A33021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.52%

R = 66.8%
G = 19.67%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A33021 (or 0xA33021) is known color: Brown. HEX triplet: A3, 30 and 21. RGB value is (163,48,33). Sum of RGB (Red+Green+Blue) = 163+48+33=244 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.80% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 163 - color contains mainly: red. Hex color #A33021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33021 is #5CCFDE. Grayscale: #505050. Windows color (decimal): -6082527 or 2175139. OLE color: 2175139.

HSL color Cylindrical-coordinate representation of color #A33021: hue angle of 6.92º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A33021 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 48 33 -
CMYK 0 0.71 0.80 0.36
HSL 6.92º 0.66% 0.38% -
HSV(B) 6.92º 0.8% 0.64% -
XYZ 16.44 10.01 2.5 -
YUV 80.68 101.1 186.72 -
System Red Green Blue C M Y K H S L
Decimal 163 48 33 0 0.71 0.80 0.36 6.92 0.66 0.38
Hex A3 30 21 0 47 50 24 7 42 26
Octal 243 60 41 0 107 120 44 7 102 46
Binary 10100011 110000 100001 0 1000111 1010000 100100 111 1000010 100110

Color Harmonies of #A33021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33021

Black with #A33021

Text Example


Text Example

White with #A33021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33021; }

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

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

background-color css

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

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

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

border-color css

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

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

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