Html Css Color HEX #A33526 Brown

📋 copy color: '#A33526'

red 163 ◦ green 53 ◦ blue 38

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

Shades of Brown #A33526

Tints of Brown #A33526

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.87%

 BLUE value IS 38 (15.23% from 255) = 14.96%

R = 64.17%
G = 20.87%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A33526 (or 0xA33526) is known color: Brown. HEX triplet: A3, 35 and 26. RGB value is (163,53,38). Sum of RGB (Red+Green+Blue) = 163+53+38=254 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.17% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 163 - color contains mainly: red. Hex color #A33526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33526 is #5CCAD9. Grayscale: #545454. Windows color (decimal): -6081242 or 2504099. OLE color: 2504099.

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

Color convert

RGB 163 53 38 -
CMYK 0 0.67 0.77 0.36
HSL 7.2º 0.62% 0.39% -
HSV(B) 7.2º 0.77% 0.64% -
XYZ 16.73 10.47 2.97 -
YUV 84.18 101.94 184.22 -
System Red Green Blue C M Y K H S L
Decimal 163 53 38 0 0.67 0.77 0.36 7.2 0.62 0.39
Hex A3 35 26 0 43 4D 24 7 3E 27
Octal 243 65 46 0 103 115 44 7 76 47
Binary 10100011 110101 100110 0 1000011 1001101 100100 111 111110 100111

Color Harmonies of #A33526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33526

Black with #A33526

Text Example


Text Example

White with #A33526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33526; }

 p { color: rgb(163,53,38); }

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

background-color css

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

 a { background-color: rgb(163,53,38); }

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

border-color css

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

 span { border-color: rgb(163,53,38); }

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