Html Css Color HEX #A32F23 Brown

📋 copy color: '#A32F23'

red 163 ◦ green 47 ◦ blue 35

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

Shades of Brown #A32F23

Tints of Brown #A32F23

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.18%

 BLUE value IS 35 (14.06% from 255) = 14.29%

R = 66.53%
G = 19.18%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A32F23 (or 0xA32F23) is known color: Brown. HEX triplet: A3, 2F and 23. RGB value is (163,47,35). Sum of RGB (Red+Green+Blue) = 163+47+35=245 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.53% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 163 - color contains mainly: red. Hex color #A32F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32F23 is #5CD0DC. Grayscale: #505050. Windows color (decimal): -6082781 or 2305955. OLE color: 2305955.

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

Color convert

RGB 163 47 35 -
CMYK 0 0.71 0.79 0.36
HSL 5.63º 0.65% 0.39% -
HSV(B) 5.63º 0.79% 0.64% -
XYZ 16.42 9.94 2.64 -
YUV 80.32 102.43 186.98 -
System Red Green Blue C M Y K H S L
Decimal 163 47 35 0 0.71 0.79 0.36 5.63 0.65 0.39
Hex A3 2F 23 0 47 4F 24 6 41 27
Octal 243 57 43 0 107 117 44 6 101 47
Binary 10100011 101111 100011 0 1000111 1001111 100100 110 1000001 100111

Color Harmonies of #A32F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32F23

Black with #A32F23

Text Example


Text Example

White with #A32F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32F23; }

 p { color: rgb(163,47,35); }

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

background-color css

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

 a { background-color: rgb(163,47,35); }

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

border-color css

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

 span { border-color: rgb(163,47,35); }

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