Html Css Color HEX #A2301F Brown

📋 copy color: '#A2301F'

red 162 ◦ green 48 ◦ blue 31

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

Shades of Brown #A2301F

Tints of Brown #A2301F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.86%

R = 67.22%
G = 19.92%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A2301F (or 0xA2301F) is known color: Brown. HEX triplet: A2, 30 and 1F. RGB value is (162,48,31). Sum of RGB (Red+Green+Blue) = 162+48+31=241 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.22% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 162 - color contains mainly: red. Hex color #A2301F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2301F is #5DCFE0. Grayscale: #505050. Windows color (decimal): -6148065 or 2044066. OLE color: 2044066.

HSL color Cylindrical-coordinate representation of color #A2301F: hue angle of 7.79º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2301F is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 48 31 -
CMYK 0 0.70 0.81 0.36
HSL 7.79º 0.68% 0.38% -
HSV(B) 7.79º 0.81% 0.64% -
XYZ 16.2 9.89 2.35 -
YUV 80.15 100.27 186.38 -
System Red Green Blue C M Y K H S L
Decimal 162 48 31 0 0.70 0.81 0.36 7.79 0.68 0.38
Hex A2 30 1F 0 46 51 24 8 44 26
Octal 242 60 37 0 106 121 44 10 104 46
Binary 10100010 110000 11111 0 1000110 1010001 100100 1000 1000100 100110

Color Harmonies of #A2301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2301F

Black with #A2301F

Text Example


Text Example

White with #A2301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2301F; }

 p { color: rgb(162,48,31); }

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

background-color css

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

 a { background-color: rgb(162,48,31); }

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

border-color css

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

 span { border-color: rgb(162,48,31); }

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