Html Css Color HEX #A33228 Brown

📋 copy color: '#A33228'

red 163 ◦ green 50 ◦ blue 40

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

Shades of Brown #A33228

Tints of Brown #A33228

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.76%

 BLUE value IS 40 (16.02% from 255) = 15.81%

R = 64.43%
G = 19.76%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A33228 (or 0xA33228) is known color: Brown. HEX triplet: A3, 32 and 28. RGB value is (163,50,40). Sum of RGB (Red+Green+Blue) = 163+50+40=253 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.43% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 163 - color contains mainly: red. Hex color #A33228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33228 is #5CCDD7. Grayscale: #525252. Windows color (decimal): -6082008 or 2634403. OLE color: 2634403.

HSL color Cylindrical-coordinate representation of color #A33228: hue angle of 4.88º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A33228 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 50 40 -
CMYK 0 0.69 0.75 0.36
HSL 4.88º 0.61% 0.4% -
HSV(B) 4.88º 0.75% 0.64% -
XYZ 16.63 10.22 3.1 -
YUV 82.65 103.94 185.31 -
System Red Green Blue C M Y K H S L
Decimal 163 50 40 0 0.69 0.75 0.36 4.88 0.61 0.4
Hex A3 32 28 0 45 4B 24 5 3D 28
Octal 243 62 50 0 105 113 44 5 75 50
Binary 10100011 110010 101000 0 1000101 1001011 100100 101 111101 101000

Color Harmonies of #A33228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33228

Black with #A33228

Text Example


Text Example

White with #A33228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33228; }

 p { color: rgb(163,50,40); }

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

background-color css

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

 a { background-color: rgb(163,50,40); }

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

border-color css

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

 span { border-color: rgb(163,50,40); }

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