Html Css Color HEX #A23319 Brown

📋 copy color: '#A23319'

red 162 ◦ green 51 ◦ blue 25

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

Shades of Brown #A23319

Tints of Brown #A23319

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.43%

 BLUE value IS 25 (10.16% from 255) = 10.5%

R = 68.07%
G = 21.43%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A23319 (or 0xA23319) is known color: Brown. HEX triplet: A2, 33 and 19. RGB value is (162,51,25). Sum of RGB (Red+Green+Blue) = 162+51+25=238 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.07% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 162 - color contains mainly: red. Hex color #A23319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23319 is #5DCCE6. Grayscale: #515151. Windows color (decimal): -6147303 or 1651618. OLE color: 1651618.

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

Color convert

RGB 162 51 25 -
CMYK 0 0.69 0.85 0.36
HSL 11.39º 0.73% 0.37% -
HSV(B) 11.39º 0.85% 0.64% -
XYZ 16.26 10.12 2.02 -
YUV 81.23 96.27 185.61 -
System Red Green Blue C M Y K H S L
Decimal 162 51 25 0 0.69 0.85 0.36 11.39 0.73 0.37
Hex A2 33 19 0 45 55 24 B 49 25
Octal 242 63 31 0 105 125 44 13 111 45
Binary 10100010 110011 11001 0 1000101 1010101 100100 1011 1001001 100101

Color Harmonies of #A23319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23319

Black with #A23319

Text Example


Text Example

White with #A23319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23319; }

 p { color: rgb(162,51,25); }

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

background-color css

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

 a { background-color: rgb(162,51,25); }

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

border-color css

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

 span { border-color: rgb(162,51,25); }

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