Html Css Color HEX #A42B28 Brown

📋 copy color: '#A42B28'

red 164 ◦ green 43 ◦ blue 40

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

Shades of Brown #A42B28

Tints of Brown #A42B28

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.41%

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

R = 66.4%
G = 17.41%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A42B28 (or 0xA42B28) is known color: Brown. HEX triplet: A4, 2B and 28. RGB value is (164,43,40). Sum of RGB (Red+Green+Blue) = 164+43+40=247 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.40% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 164 - color contains mainly: red. Hex color #A42B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42B28 is #5BD4D7. Grayscale: #4E4E4E. Windows color (decimal): -6018264 or 2632612. OLE color: 2632612.

HSL color Cylindrical-coordinate representation of color #A42B28: hue angle of 1.45º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A42B28 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 43 40 -
CMYK 0 0.74 0.76 0.36
HSL 1.45º 0.61% 0.4% -
HSV(B) 1.45º 0.76% 0.64% -
XYZ 16.56 9.77 3.02 -
YUV 78.84 106.09 188.74 -
System Red Green Blue C M Y K H S L
Decimal 164 43 40 0 0.74 0.76 0.36 1.45 0.61 0.4
Hex A4 2B 28 0 4A 4C 24 1 3D 28
Octal 244 53 50 0 112 114 44 1 75 50
Binary 10100100 101011 101000 0 1001010 1001100 100100 1 111101 101000

Color Harmonies of #A42B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42B28

Black with #A42B28

Text Example


Text Example

White with #A42B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42B28; }

 p { color: rgb(164,43,40); }

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

background-color css

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

 a { background-color: rgb(164,43,40); }

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

border-color css

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

 span { border-color: rgb(164,43,40); }

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