Html Css Color HEX #A3331C Brown

📋 copy color: '#A3331C'

red 163 ◦ green 51 ◦ blue 28

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

Shades of Brown #A3331C

Tints of Brown #A3331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.07%

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

R = 67.36%
G = 21.07%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3331C (or 0xA3331C) is known color: Brown. HEX triplet: A3, 33 and 1C. RGB value is (163,51,28). Sum of RGB (Red+Green+Blue) = 163+51+28=242 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.36% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 163 - color contains mainly: red. Hex color #A3331C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3331C is #5CCCE3. Grayscale: #525252. Windows color (decimal): -6081764 or 1848227. OLE color: 1848227.

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

Color convert

RGB 163 51 28 -
CMYK 0 0.69 0.83 0.36
HSL 10.22º 0.71% 0.37% -
HSV(B) 10.22º 0.83% 0.64% -
XYZ 16.5 10.24 2.21 -
YUV 81.87 97.61 185.87 -
System Red Green Blue C M Y K H S L
Decimal 163 51 28 0 0.69 0.83 0.36 10.22 0.71 0.37
Hex A3 33 1C 0 45 53 24 A 47 25
Octal 243 63 34 0 105 123 44 12 107 45
Binary 10100011 110011 11100 0 1000101 1010011 100100 1010 1000111 100101

Color Harmonies of #A3331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3331C

Black with #A3331C

Text Example


Text Example

White with #A3331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3331C; }

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

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

background-color css

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

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

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

border-color css

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

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

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