Html Css Color HEX #A23325 Brown

📋 copy color: '#A23325'

red 162 ◦ green 51 ◦ blue 37

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

Shades of Brown #A23325

Tints of Brown #A23325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.8%

R = 64.8%
G = 20.4%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A23325 (or 0xA23325) is known color: Brown. HEX triplet: A2, 33 and 25. RGB value is (162,51,37). Sum of RGB (Red+Green+Blue) = 162+51+37=250 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.8% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 162 - color contains mainly: red. Hex color #A23325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23325 is #5DCCDA. Grayscale: #525252. Windows color (decimal): -6147291 or 2438050. OLE color: 2438050.

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

Color convert

RGB 162 51 37 -
CMYK 0 0.69 0.77 0.36
HSL 6.72º 0.63% 0.39% -
HSV(B) 6.72º 0.77% 0.64% -
XYZ 16.42 10.18 2.85 -
YUV 82.59 102.27 184.64 -
System Red Green Blue C M Y K H S L
Decimal 162 51 37 0 0.69 0.77 0.36 6.72 0.63 0.39
Hex A2 33 25 0 45 4D 24 7 3F 27
Octal 242 63 45 0 105 115 44 7 77 47
Binary 10100010 110011 100101 0 1000101 1001101 100100 111 111111 100111

Color Harmonies of #A23325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23325

Black with #A23325

Text Example


Text Example

White with #A23325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23325; }

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

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

background-color css

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

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

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

border-color css

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

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

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