Html Css Color HEX #A23029 Brown

📋 copy color: '#A23029'

red 162 ◦ green 48 ◦ blue 41

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

Shades of Brown #A23029

Tints of Brown #A23029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.33%

R = 64.54%
G = 19.12%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A23029 (or 0xA23029) is known color: Brown. HEX triplet: A2, 30 and 29. RGB value is (162,48,41). Sum of RGB (Red+Green+Blue) = 162+48+41=251 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.54% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 162 - color contains mainly: red. Hex color #A23029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23029 is #5DCFD6. Grayscale: #515151. Windows color (decimal): -6148055 or 2699426. OLE color: 2699426.

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

Color convert

RGB 162 48 41 -
CMYK 0 0.70 0.75 0.36
HSL 3.47º 0.6% 0.4% -
HSV(B) 3.47º 0.75% 0.64% -
XYZ 16.36 9.96 3.16 -
YUV 81.29 105.27 185.57 -
System Red Green Blue C M Y K H S L
Decimal 162 48 41 0 0.70 0.75 0.36 3.47 0.6 0.4
Hex A2 30 29 0 46 4B 24 3 3C 28
Octal 242 60 51 0 106 113 44 3 74 50
Binary 10100010 110000 101001 0 1000110 1001011 100100 11 111100 101000

Color Harmonies of #A23029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23029

Black with #A23029

Text Example


Text Example

White with #A23029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23029; }

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

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

background-color css

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

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

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

border-color css

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

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

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