Html Css Color HEX #A43626 Brown

📋 copy color: '#A43626'

red 164 ◦ green 54 ◦ blue 38

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

Shades of Brown #A43626

Tints of Brown #A43626

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.09%

 BLUE value IS 38 (15.23% from 255) = 14.84%

R = 64.06%
G = 21.09%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A43626 (or 0xA43626) is known color: Brown. HEX triplet: A4, 36 and 26. RGB value is (164,54,38). Sum of RGB (Red+Green+Blue) = 164+54+38=256 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.06% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 164 - color contains mainly: red. Hex color #A43626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43626 is #5BC9D9. Grayscale: #555555. Windows color (decimal): -6015450 or 2504356. OLE color: 2504356.

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

Color convert

RGB 164 54 38 -
CMYK 0 0.67 0.77 0.36
HSL 7.62º 0.62% 0.4% -
HSV(B) 7.62º 0.77% 0.64% -
XYZ 16.98 10.67 3 -
YUV 85.07 101.44 184.3 -
System Red Green Blue C M Y K H S L
Decimal 164 54 38 0 0.67 0.77 0.36 7.62 0.62 0.4
Hex A4 36 26 0 43 4D 24 8 3E 28
Octal 244 66 46 0 103 115 44 10 76 50
Binary 10100100 110110 100110 0 1000011 1001101 100100 1000 111110 101000

Color Harmonies of #A43626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43626

Black with #A43626

Text Example


Text Example

White with #A43626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43626; }

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

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

background-color css

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

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

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

border-color css

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

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

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