Html Css Color HEX #A4301B Brown

📋 copy color: '#A4301B'

red 164 ◦ green 48 ◦ blue 27

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

Shades of Brown #A4301B

Tints of Brown #A4301B

RGB

 RED value IS 164 (64.45% from 255) = 68.62%

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

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

R = 68.62%
G = 20.08%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4301B (or 0xA4301B) is known color: Brown. HEX triplet: A4, 30 and 1B. RGB value is (164,48,27). Sum of RGB (Red+Green+Blue) = 164+48+27=239 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.62% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 164 - color contains mainly: red. Hex color #A4301B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4301B is #5BCFE4. Grayscale: #505050. Windows color (decimal): -6016997 or 1781924. OLE color: 1781924.

HSL color Cylindrical-coordinate representation of color #A4301B: hue angle of 9.2º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4301B is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 48 27 -
CMYK 0 0.71 0.84 0.36
HSL 9.2º 0.72% 0.37% -
HSV(B) 9.2º 0.84% 0.64% -
XYZ 16.56 10.09 2.11 -
YUV 80.29 97.93 187.71 -
System Red Green Blue C M Y K H S L
Decimal 164 48 27 0 0.71 0.84 0.36 9.2 0.72 0.37
Hex A4 30 1B 0 47 54 24 9 48 25
Octal 244 60 33 0 107 124 44 11 110 45
Binary 10100100 110000 11011 0 1000111 1010100 100100 1001 1001000 100101

Color Harmonies of #A4301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4301B

Black with #A4301B

Text Example


Text Example

White with #A4301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4301B; }

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

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

background-color css

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

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

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

border-color css

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

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

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