Html Css Color HEX #A33325 Brown

📋 copy color: '#A33325'

red 163 ◦ green 51 ◦ blue 37

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

Shades of Brown #A33325

Tints of Brown #A33325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.74%

R = 64.94%
G = 20.32%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A33325 (or 0xA33325) is known color: Brown. HEX triplet: A3, 33 and 25. RGB value is (163,51,37). Sum of RGB (Red+Green+Blue) = 163+51+37=251 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.94% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 37 (14.84% from 255 or 14.74% from 251); Max value from RGB is 163 - color contains mainly: red. Hex color #A33325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33325 is #5CCCDA. Grayscale: #535353. Windows color (decimal): -6081755 or 2438051. OLE color: 2438051.

HSL color Cylindrical-coordinate representation of color #A33325: hue angle of 6.67º degrees, saturation: 0.63, 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 #A33325 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 51 37 -
CMYK 0 0.69 0.77 0.36
HSL 6.67º 0.63% 0.39% -
HSV(B) 6.67º 0.77% 0.64% -
XYZ 16.62 10.29 2.86 -
YUV 82.89 102.11 185.14 -
System Red Green Blue C M Y K H S L
Decimal 163 51 37 0 0.69 0.77 0.36 6.67 0.63 0.39
Hex A3 33 25 0 45 4D 24 7 3F 27
Octal 243 63 45 0 105 115 44 7 77 47
Binary 10100011 110011 100101 0 1000101 1001101 100100 111 111111 100111

Color Harmonies of #A33325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33325

Black with #A33325

Text Example


Text Example

White with #A33325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33325; }

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

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

background-color css

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

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

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

border-color css

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

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

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