Html Css Color HEX #A23117 Brown

📋 copy color: '#A23117'

red 162 ◦ green 49 ◦ blue 23

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

Shades of Brown #A23117

Tints of Brown #A23117

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.94%

 BLUE value IS 23 (9.38% from 255) = 9.83%

R = 69.23%
G = 20.94%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A23117 (or 0xA23117) is known color: Brown. HEX triplet: A2, 31 and 17. RGB value is (162,49,23). Sum of RGB (Red+Green+Blue) = 162+49+23=234 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.23% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 162 - color contains mainly: red. Hex color #A23117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23117 is #5DCEE8. Grayscale: #505050. Windows color (decimal): -6147817 or 1520034. OLE color: 1520034.

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

Color convert

RGB 162 49 23 -
CMYK 0 0.70 0.86 0.36
HSL 11.22º 0.75% 0.36% -
HSV(B) 11.22º 0.86% 0.64% -
XYZ 16.15 9.94 1.88 -
YUV 79.82 95.94 186.61 -
System Red Green Blue C M Y K H S L
Decimal 162 49 23 0 0.70 0.86 0.36 11.22 0.75 0.36
Hex A2 31 17 0 46 56 24 B 4B 24
Octal 242 61 27 0 106 126 44 13 113 44
Binary 10100010 110001 10111 0 1000110 1010110 100100 1011 1001011 100100

Color Harmonies of #A23117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23117

Black with #A23117

Text Example


Text Example

White with #A23117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23117; }

 p { color: rgb(162,49,23); }

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

background-color css

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

 a { background-color: rgb(162,49,23); }

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

border-color css

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

 span { border-color: rgb(162,49,23); }

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