Html Css Color HEX #A3341B Brown

📋 copy color: '#A3341B'

red 163 ◦ green 52 ◦ blue 27

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

Shades of Brown #A3341B

Tints of Brown #A3341B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.16%

R = 67.36%
G = 21.49%
B = 11.16%

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

#A3341B (or 0xA3341B) is known color: Brown. HEX triplet: A3, 34 and 1B. RGB value is (163,52,27). Sum of RGB (Red+Green+Blue) = 163+52+27=242 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.36% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 163 - color contains mainly: red. Hex color #A3341B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3341B is #5CCBE4. Grayscale: #525252. Windows color (decimal): -6081509 or 1782947. OLE color: 1782947.

HSL color Cylindrical-coordinate representation of color #A3341B: hue angle of 11.03º degrees, saturation: 0.72, 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 #A3341B is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 52 27 -
CMYK 0 0.68 0.83 0.36
HSL 11.03º 0.72% 0.37% -
HSV(B) 11.03º 0.83% 0.64% -
XYZ 16.53 10.32 2.16 -
YUV 82.34 96.77 185.53 -
System Red Green Blue C M Y K H S L
Decimal 163 52 27 0 0.68 0.83 0.36 11.03 0.72 0.37
Hex A3 34 1B 0 44 53 24 B 48 25
Octal 243 64 33 0 104 123 44 13 110 45
Binary 10100011 110100 11011 0 1000100 1010011 100100 1011 1001000 100101

Color Harmonies of #A3341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3341B

Black with #A3341B

Text Example


Text Example

White with #A3341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3341B; }

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

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

background-color css

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

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

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

border-color css

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

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

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