Html Css Color HEX #A23328 Brown

📋 copy color: '#A23328'

red 162 ◦ green 51 ◦ blue 40

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

Shades of Brown #A23328

Tints of Brown #A23328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.81%

R = 64.03%
G = 20.16%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A23328 (or 0xA23328) is known color: Brown. HEX triplet: A2, 33 and 28. RGB value is (162,51,40). Sum of RGB (Red+Green+Blue) = 162+51+40=253 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.03% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 162 - color contains mainly: red. Hex color #A23328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23328 is #5DCCD7. Grayscale: #535353. Windows color (decimal): -6147288 or 2634658. OLE color: 2634658.

HSL color Cylindrical-coordinate representation of color #A23328: hue angle of 5.41º 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 #A23328 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 51 40 -
CMYK 0 0.69 0.75 0.36
HSL 5.41º 0.6% 0.4% -
HSV(B) 5.41º 0.75% 0.64% -
XYZ 16.47 10.2 3.11 -
YUV 82.94 103.77 184.39 -
System Red Green Blue C M Y K H S L
Decimal 162 51 40 0 0.69 0.75 0.36 5.41 0.6 0.4
Hex A2 33 28 0 45 4B 24 5 3C 28
Octal 242 63 50 0 105 113 44 5 74 50
Binary 10100010 110011 101000 0 1000101 1001011 100100 101 111100 101000

Color Harmonies of #A23328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23328

Black with #A23328

Text Example


Text Example

White with #A23328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23328; }

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

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

background-color css

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

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

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

border-color css

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

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

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