Html Css Color HEX #A42A23 Brown

📋 copy color: '#A42A23'

red 164 ◦ green 42 ◦ blue 35

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

Shades of Brown #A42A23

Tints of Brown #A42A23

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.43%

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

R = 68.05%
G = 17.43%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A42A23 (or 0xA42A23) is known color: Brown. HEX triplet: A4, 2A and 23. RGB value is (164,42,35). Sum of RGB (Red+Green+Blue) = 164+42+35=241 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.05% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 35 (14.06% from 255 or 14.52% from 241); Max value from RGB is 164 - color contains mainly: red. Hex color #A42A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42A23 is #5BD5DC. Grayscale: #4D4D4D. Windows color (decimal): -6018525 or 2304676. OLE color: 2304676.

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

Color convert

RGB 164 42 35 -
CMYK 0 0.74 0.79 0.36
HSL 3.26º 0.65% 0.39% -
HSV(B) 3.26º 0.79% 0.64% -
XYZ 16.44 9.67 2.59 -
YUV 77.68 103.92 189.57 -
System Red Green Blue C M Y K H S L
Decimal 164 42 35 0 0.74 0.79 0.36 3.26 0.65 0.39
Hex A4 2A 23 0 4A 4F 24 3 41 27
Octal 244 52 43 0 112 117 44 3 101 47
Binary 10100100 101010 100011 0 1001010 1001111 100100 11 1000001 100111

Color Harmonies of #A42A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42A23

Black with #A42A23

Text Example


Text Example

White with #A42A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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