Html Css Color HEX #A3331B Brown

📋 copy color: '#A3331B'

red 163 ◦ green 51 ◦ blue 27

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

Shades of Brown #A3331B

Tints of Brown #A3331B

RGB

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

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

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

R = 67.63%
G = 21.16%
B = 11.2%

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

#A3331B (or 0xA3331B) is known color: Brown. HEX triplet: A3, 33 and 1B. RGB value is (163,51,27). Sum of RGB (Red+Green+Blue) = 163+51+27=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A3331B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3331B is #5CCCE4. Grayscale: #515151. Windows color (decimal): -6081765 or 1782691. OLE color: 1782691.

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

Color convert

RGB 163 51 27 -
CMYK 0 0.69 0.83 0.36
HSL 10.59º 0.72% 0.37% -
HSV(B) 10.59º 0.83% 0.64% -
XYZ 16.49 10.23 2.14 -
YUV 81.75 97.11 185.95 -
System Red Green Blue C M Y K H S L
Decimal 163 51 27 0 0.69 0.83 0.36 10.59 0.72 0.37
Hex A3 33 1B 0 45 53 24 B 48 25
Octal 243 63 33 0 105 123 44 13 110 45
Binary 10100011 110011 11011 0 1000101 1010011 100100 1011 1001000 100101

Color Harmonies of #A3331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3331B

Black with #A3331B

Text Example


Text Example

White with #A3331B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3331B; }

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

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

background-color css

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

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

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

border-color css

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

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

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