Html Css Color HEX #A32625 Brown

📋 copy color: '#A32625'

red 163 ◦ green 38 ◦ blue 37

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

Shades of Brown #A32625

Tints of Brown #A32625

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.97%

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

R = 68.49%
G = 15.97%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A32625 (or 0xA32625) is known color: Brown. HEX triplet: A3, 26 and 25. RGB value is (163,38,37). Sum of RGB (Red+Green+Blue) = 163+38+37=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 37 (14.84% from 255 or 15.55% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A32625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32625 is #5CD9DA. Grayscale: #4B4B4B. Windows color (decimal): -6085083 or 2434723. OLE color: 2434723.

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

Color convert

RGB 163 38 37 -
CMYK 0 0.77 0.77 0.36
HSL 0.48º 0.63% 0.39% -
HSV(B) 0.48º 0.77% 0.64% -
XYZ 16.13 9.31 2.7 -
YUV 75.26 106.41 190.58 -
System Red Green Blue C M Y K H S L
Decimal 163 38 37 0 0.77 0.77 0.36 0.48 0.63 0.39
Hex A3 26 25 0 4D 4D 24 0 3F 27
Octal 243 46 45 0 115 115 44 0 77 47
Binary 10100011 100110 100101 0 1001101 1001101 100100 0 111111 100111

Color Harmonies of #A32625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32625

Black with #A32625

Text Example


Text Example

White with #A32625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32625; }

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

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

background-color css

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

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

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

border-color css

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

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

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