Html Css Color HEX #A33324 Brown

📋 copy color: '#A33324'

red 163 ◦ green 51 ◦ blue 36

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

Shades of Brown #A33324

Tints of Brown #A33324

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.4%

 BLUE value IS 36 (14.45% from 255) = 14.4%

R = 65.2%
G = 20.4%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A33324 (or 0xA33324) is known color: Brown. HEX triplet: A3, 33 and 24. RGB value is (163,51,36). Sum of RGB (Red+Green+Blue) = 163+51+36=250 (33% of max value = 765). Red value is 163 (64.06% from 255 or 65.2% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 163 - color contains mainly: red. Hex color #A33324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33324 is #5CCCDB. Grayscale: #525252. Windows color (decimal): -6081756 or 2372515. OLE color: 2372515.

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

Color convert

RGB 163 51 36 -
CMYK 0 0.69 0.78 0.36
HSL 7.09º 0.64% 0.39% -
HSV(B) 7.09º 0.78% 0.64% -
XYZ 16.61 10.28 2.78 -
YUV 82.78 101.61 185.22 -
System Red Green Blue C M Y K H S L
Decimal 163 51 36 0 0.69 0.78 0.36 7.09 0.64 0.39
Hex A3 33 24 0 45 4E 24 7 40 27
Octal 243 63 44 0 105 116 44 7 100 47
Binary 10100011 110011 100100 0 1000101 1001110 100100 111 1000000 100111

Color Harmonies of #A33324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33324

Black with #A33324

Text Example


Text Example

White with #A33324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33324; }

 p { color: rgb(163,51,36); }

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

background-color css

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

 a { background-color: rgb(163,51,36); }

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

border-color css

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

 span { border-color: rgb(163,51,36); }

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