Html Css Color HEX #A42723 Brown

📋 copy color: '#A42723'

red 164 ◦ green 39 ◦ blue 35

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

Shades of Brown #A42723

Tints of Brown #A42723

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.39%

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

R = 68.91%
G = 16.39%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A42723 (or 0xA42723) is known color: Brown. HEX triplet: A4, 27 and 23. RGB value is (164,39,35). Sum of RGB (Red+Green+Blue) = 164+39+35=238 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.91% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 35 (14.06% from 255 or 14.71% from 238); Max value from RGB is 164 - color contains mainly: red. Hex color #A42723 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42723 is #5BD8DC. Grayscale: #4C4C4C. Windows color (decimal): -6019293 or 2303908. OLE color: 2303908.

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

Color convert

RGB 164 39 35 -
CMYK 0 0.76 0.79 0.36
HSL 1.86º 0.65% 0.39% -
HSV(B) 1.86º 0.79% 0.64% -
XYZ 16.34 9.46 2.56 -
YUV 75.92 104.91 190.83 -
System Red Green Blue C M Y K H S L
Decimal 164 39 35 0 0.76 0.79 0.36 1.86 0.65 0.39
Hex A4 27 23 0 4C 4F 24 2 41 27
Octal 244 47 43 0 114 117 44 2 101 47
Binary 10100100 100111 100011 0 1001100 1001111 100100 10 1000001 100111

Color Harmonies of #A42723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42723

Black with #A42723

Text Example


Text Example

White with #A42723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42723; }

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

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

background-color css

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

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

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

border-color css

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

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

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