Html Css Color HEX #A3301B Brown

📋 copy color: '#A3301B'

red 163 ◦ green 48 ◦ blue 27

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

Shades of Brown #A3301B

Tints of Brown #A3301B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.17%

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

R = 68.49%
G = 20.17%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3301B (or 0xA3301B) is known color: Brown. HEX triplet: A3, 30 and 1B. RGB value is (163,48,27). Sum of RGB (Red+Green+Blue) = 163+48+27=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A3301B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3301B is #5CCFE4. Grayscale: #505050. Windows color (decimal): -6082533 or 1781923. OLE color: 1781923.

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

Color convert

RGB 163 48 27 -
CMYK 0 0.71 0.83 0.36
HSL 9.26º 0.72% 0.37% -
HSV(B) 9.26º 0.83% 0.64% -
XYZ 16.36 9.98 2.1 -
YUV 79.99 98.1 187.21 -
System Red Green Blue C M Y K H S L
Decimal 163 48 27 0 0.71 0.83 0.36 9.26 0.72 0.37
Hex A3 30 1B 0 47 53 24 9 48 25
Octal 243 60 33 0 107 123 44 11 110 45
Binary 10100011 110000 11011 0 1000111 1010011 100100 1001 1001000 100101

Color Harmonies of #A3301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3301B

Black with #A3301B

Text Example


Text Example

White with #A3301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3301B; }

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

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

background-color css

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

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

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

border-color css

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

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

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