Html Css Color HEX #A32927 Brown

📋 copy color: '#A32927'

red 163 ◦ green 41 ◦ blue 39

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

Shades of Brown #A32927

Tints of Brown #A32927

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.87%

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

R = 67.08%
G = 16.87%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A32927 (or 0xA32927) is known color: Brown. HEX triplet: A3, 29 and 27. RGB value is (163,41,39). Sum of RGB (Red+Green+Blue) = 163+41+39=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A32927 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32927 is #5CD6D8. Grayscale: #4D4D4D. Windows color (decimal): -6084313 or 2566563. OLE color: 2566563.

HSL color Cylindrical-coordinate representation of color #A32927: hue angle of 0.97º 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 #A32927 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 41 39 -
CMYK 0 0.75 0.76 0.36
HSL 0.97º 0.61% 0.4% -
HSV(B) 0.97º 0.76% 0.64% -
XYZ 16.26 9.52 2.9 -
YUV 77.25 106.42 189.16 -
System Red Green Blue C M Y K H S L
Decimal 163 41 39 0 0.75 0.76 0.36 0.97 0.61 0.4
Hex A3 29 27 0 4B 4C 24 1 3D 28
Octal 243 51 47 0 113 114 44 1 75 50
Binary 10100011 101001 100111 0 1001011 1001100 100100 1 111101 101000

Color Harmonies of #A32927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32927

Black with #A32927

Text Example


Text Example

White with #A32927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32927; }

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

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

background-color css

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

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

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

border-color css

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

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

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