Html Css Color HEX #A33227 Brown

📋 copy color: '#A33227'

red 163 ◦ green 50 ◦ blue 39

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

Shades of Brown #A33227

Tints of Brown #A33227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.48%

R = 64.68%
G = 19.84%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A33227 (or 0xA33227) is known color: Brown. HEX triplet: A3, 32 and 27. RGB value is (163,50,39). Sum of RGB (Red+Green+Blue) = 163+50+39=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A33227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33227 is #5CCDD8. Grayscale: #525252. Windows color (decimal): -6082009 or 2568867. OLE color: 2568867.

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

Color convert

RGB 163 50 39 -
CMYK 0 0.69 0.76 0.36
HSL 5.32º 0.61% 0.4% -
HSV(B) 5.32º 0.76% 0.64% -
XYZ 16.61 10.21 3.02 -
YUV 82.53 103.44 185.39 -
System Red Green Blue C M Y K H S L
Decimal 163 50 39 0 0.69 0.76 0.36 5.32 0.61 0.4
Hex A3 32 27 0 45 4C 24 5 3D 28
Octal 243 62 47 0 105 114 44 5 75 50
Binary 10100011 110010 100111 0 1000101 1001100 100100 101 111101 101000

Color Harmonies of #A33227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33227

Black with #A33227

Text Example


Text Example

White with #A33227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33227; }

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

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

background-color css

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

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

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

border-color css

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

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

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