Html Css Color HEX #A42623 Brown

📋 copy color: '#A42623'

red 164 ◦ green 38 ◦ blue 35

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

Shades of Brown #A42623

Tints of Brown #A42623

RGB

 RED value IS 164 (64.45% from 255) = 69.2%

 GREEN value IS 38 (15.23% from 255) = 16.03%

 BLUE value IS 35 (14.06% from 255) = 14.77%

R = 69.2%
G = 16.03%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A42623 (or 0xA42623) is known color: Brown. HEX triplet: A4, 26 and 23. RGB value is (164,38,35). Sum of RGB (Red+Green+Blue) = 164+38+35=237 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.20% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 35 (14.06% from 255 or 14.77% from 237); Max value from RGB is 164 - color contains mainly: red. Hex color #A42623 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42623 is #5BD9DC. Grayscale: #4B4B4B. Windows color (decimal): -6019549 or 2303652. OLE color: 2303652.

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

Color convert

RGB 164 38 35 -
CMYK 0 0.77 0.79 0.36
HSL 1.4º 0.65% 0.39% -
HSV(B) 1.4º 0.79% 0.64% -
XYZ 16.31 9.4 2.55 -
YUV 75.33 105.24 191.24 -
System Red Green Blue C M Y K H S L
Decimal 164 38 35 0 0.77 0.79 0.36 1.4 0.65 0.39
Hex A4 26 23 0 4D 4F 24 1 41 27
Octal 244 46 43 0 115 117 44 1 101 47
Binary 10100100 100110 100011 0 1001101 1001111 100100 1 1000001 100111

Color Harmonies of #A42623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42623

Black with #A42623

Text Example


Text Example

White with #A42623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42623; }

 p { color: rgb(164,38,35); }

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

background-color css

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

 a { background-color: rgb(164,38,35); }

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

border-color css

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

 span { border-color: rgb(164,38,35); }

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