Html Css Color HEX #A23227 Brown

📋 copy color: '#A23227'

red 162 ◦ green 50 ◦ blue 39

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

Shades of Brown #A23227

Tints of Brown #A23227

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.92%

 BLUE value IS 39 (15.63% from 255) = 15.54%

R = 64.54%
G = 19.92%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A23227 (or 0xA23227) is known color: Brown. HEX triplet: A2, 32 and 27. RGB value is (162,50,39). Sum of RGB (Red+Green+Blue) = 162+50+39=251 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.54% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 162 - color contains mainly: red. Hex color #A23227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23227 is #5DCDD8. Grayscale: #525252. Windows color (decimal): -6147545 or 2568866. OLE color: 2568866.

HSL color Cylindrical-coordinate representation of color #A23227: hue angle of 5.37º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A23227 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 50 39 -
CMYK 0 0.69 0.76 0.36
HSL 5.37º 0.61% 0.39% -
HSV(B) 5.37º 0.76% 0.64% -
XYZ 16.41 10.11 3.01 -
YUV 82.23 103.61 184.89 -
System Red Green Blue C M Y K H S L
Decimal 162 50 39 0 0.69 0.76 0.36 5.37 0.61 0.39
Hex A2 32 27 0 45 4C 24 5 3D 27
Octal 242 62 47 0 105 114 44 5 75 47
Binary 10100010 110010 100111 0 1000101 1001100 100100 101 111101 100111

Color Harmonies of #A23227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23227

Black with #A23227

Text Example


Text Example

White with #A23227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23227; }

 p { color: rgb(162,50,39); }

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

background-color css

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

 a { background-color: rgb(162,50,39); }

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

border-color css

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

 span { border-color: rgb(162,50,39); }

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