Html Css Color HEX #A33223 Brown

📋 copy color: '#A33223'

red 163 ◦ green 50 ◦ blue 35

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

Shades of Brown #A33223

Tints of Brown #A33223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.11%

R = 65.73%
G = 20.16%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A33223 (or 0xA33223) is known color: Brown. HEX triplet: A3, 32 and 23. RGB value is (163,50,35). Sum of RGB (Red+Green+Blue) = 163+50+35=248 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.73% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 163 - color contains mainly: red. Hex color #A33223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33223 is #5CCDDC. Grayscale: #525252. Windows color (decimal): -6082013 or 2306723. OLE color: 2306723.

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

Color convert

RGB 163 50 35 -
CMYK 0 0.69 0.79 0.36
HSL 7.03º 0.65% 0.39% -
HSV(B) 7.03º 0.79% 0.64% -
XYZ 16.55 10.19 2.68 -
YUV 82.08 101.44 185.72 -
System Red Green Blue C M Y K H S L
Decimal 163 50 35 0 0.69 0.79 0.36 7.03 0.65 0.39
Hex A3 32 23 0 45 4F 24 7 41 27
Octal 243 62 43 0 105 117 44 7 101 47
Binary 10100011 110010 100011 0 1000101 1001111 100100 111 1000001 100111

Color Harmonies of #A33223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33223

Black with #A33223

Text Example


Text Example

White with #A33223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33223; }

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

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

background-color css

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

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

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

border-color css

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

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

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