Html Css Color HEX #A3341C Brown

📋 copy color: '#A3341C'

red 163 ◦ green 52 ◦ blue 28

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

Shades of Brown #A3341C

Tints of Brown #A3341C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.4%

 BLUE value IS 28 (11.33% from 255) = 11.52%

R = 67.08%
G = 21.4%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3341C (or 0xA3341C) is known color: Brown. HEX triplet: A3, 34 and 1C. RGB value is (163,52,28). Sum of RGB (Red+Green+Blue) = 163+52+28=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A3341C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3341C is #5CCBE3. Grayscale: #525252. Windows color (decimal): -6081508 or 1848483. OLE color: 1848483.

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

Color convert

RGB 163 52 28 -
CMYK 0 0.68 0.83 0.36
HSL 10.67º 0.71% 0.37% -
HSV(B) 10.67º 0.83% 0.64% -
XYZ 16.54 10.33 2.22 -
YUV 82.45 97.27 185.45 -
System Red Green Blue C M Y K H S L
Decimal 163 52 28 0 0.68 0.83 0.36 10.67 0.71 0.37
Hex A3 34 1C 0 44 53 24 B 47 25
Octal 243 64 34 0 104 123 44 13 107 45
Binary 10100011 110100 11100 0 1000100 1010011 100100 1011 1000111 100101

Color Harmonies of #A3341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3341C

Black with #A3341C

Text Example


Text Example

White with #A3341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3341C; }

 p { color: rgb(163,52,28); }

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

background-color css

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

 a { background-color: rgb(163,52,28); }

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

border-color css

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

 span { border-color: rgb(163,52,28); }

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