Html Css Color HEX #A2341C Brown

📋 copy color: '#A2341C'

red 162 ◦ green 52 ◦ blue 28

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

Shades of Brown #A2341C

Tints of Brown #A2341C

RGB

 RED value IS 162 (63.67% from 255) = 66.94%

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

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

R = 66.94%
G = 21.49%
B = 11.57%

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

#A2341C (or 0xA2341C) is known color: Brown. HEX triplet: A2, 34 and 1C. RGB value is (162,52,28). Sum of RGB (Red+Green+Blue) = 162+52+28=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A2341C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2341C is #5DCBE3. Grayscale: #525252. Windows color (decimal): -6147044 or 1848482. OLE color: 1848482.

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

Color convert

RGB 162 52 28 -
CMYK 0 0.68 0.83 0.36
HSL 10.75º 0.71% 0.37% -
HSV(B) 10.75º 0.83% 0.64% -
XYZ 16.34 10.22 2.21 -
YUV 82.15 97.44 184.95 -
System Red Green Blue C M Y K H S L
Decimal 162 52 28 0 0.68 0.83 0.36 10.75 0.71 0.37
Hex A2 34 1C 0 44 53 24 B 47 25
Octal 242 64 34 0 104 123 44 13 107 45
Binary 10100010 110100 11100 0 1000100 1010011 100100 1011 1000111 100101

Color Harmonies of #A2341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2341C

Black with #A2341C

Text Example


Text Example

White with #A2341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2341C; }

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

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

background-color css

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

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

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

border-color css

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

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

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