Html Css Color HEX #A3341A Brown

📋 copy color: '#A3341A'

red 163 ◦ green 52 ◦ blue 26

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

Shades of Brown #A3341A

Tints of Brown #A3341A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.79%

R = 67.63%
G = 21.58%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A3341A (or 0xA3341A) is known color: Brown. HEX triplet: A3, 34 and 1A. RGB value is (163,52,26). Sum of RGB (Red+Green+Blue) = 163+52+26=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A3341A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3341A is #5CCBE5. Grayscale: #525252. Windows color (decimal): -6081510 or 1717411. OLE color: 1717411.

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

Color convert

RGB 163 52 26 -
CMYK 0 0.68 0.84 0.36
HSL 11.39º 0.72% 0.37% -
HSV(B) 11.39º 0.84% 0.64% -
XYZ 16.52 10.32 2.1 -
YUV 82.23 96.27 185.61 -
System Red Green Blue C M Y K H S L
Decimal 163 52 26 0 0.68 0.84 0.36 11.39 0.72 0.37
Hex A3 34 1A 0 44 54 24 B 48 25
Octal 243 64 32 0 104 124 44 13 110 45
Binary 10100011 110100 11010 0 1000100 1010100 100100 1011 1001000 100101

Color Harmonies of #A3341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3341A

Black with #A3341A

Text Example


Text Example

White with #A3341A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3341A; }

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

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

background-color css

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

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

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

border-color css

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

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

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