Html Css Color HEX #A42D23 Brown

📋 copy color: '#A42D23'

red 164 ◦ green 45 ◦ blue 35

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

Shades of Brown #A42D23

Tints of Brown #A42D23

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.44%

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

R = 67.21%
G = 18.44%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A42D23 (or 0xA42D23) is known color: Brown. HEX triplet: A4, 2D and 23. RGB value is (164,45,35). Sum of RGB (Red+Green+Blue) = 164+45+35=244 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.21% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42D23 is #5BD2DC. Grayscale: #4F4F4F. Windows color (decimal): -6017757 or 2305444. OLE color: 2305444.

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

Color convert

RGB 164 45 35 -
CMYK 0 0.73 0.79 0.36
HSL 4.65º 0.65% 0.39% -
HSV(B) 4.65º 0.79% 0.64% -
XYZ 16.55 9.89 2.63 -
YUV 79.44 102.92 188.31 -
System Red Green Blue C M Y K H S L
Decimal 164 45 35 0 0.73 0.79 0.36 4.65 0.65 0.39
Hex A4 2D 23 0 49 4F 24 5 41 27
Octal 244 55 43 0 111 117 44 5 101 47
Binary 10100100 101101 100011 0 1001001 1001111 100100 101 1000001 100111

Color Harmonies of #A42D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42D23

Black with #A42D23

Text Example


Text Example

White with #A42D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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