Html Css Color HEX #A43323 Brown

📋 copy color: '#A43323'

red 164 ◦ green 51 ◦ blue 35

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

Shades of Brown #A43323

Tints of Brown #A43323

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.4%

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

R = 65.6%
G = 20.4%
B = 14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A43323 (or 0xA43323) is known color: Brown. HEX triplet: A4, 33 and 23. RGB value is (164,51,35). Sum of RGB (Red+Green+Blue) = 164+51+35=250 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.6% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 164 - color contains mainly: red. Hex color #A43323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43323 is #5BCCDC. Grayscale: #535353. Windows color (decimal): -6016221 or 2306980. OLE color: 2306980.

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

Color convert

RGB 164 51 35 -
CMYK 0 0.69 0.79 0.36
HSL 7.44º 0.65% 0.39% -
HSV(B) 7.44º 0.79% 0.64% -
XYZ 16.8 10.38 2.71 -
YUV 82.96 100.94 185.8 -
System Red Green Blue C M Y K H S L
Decimal 164 51 35 0 0.69 0.79 0.36 7.44 0.65 0.39
Hex A4 33 23 0 45 4F 24 7 41 27
Octal 244 63 43 0 105 117 44 7 101 47
Binary 10100100 110011 100011 0 1000101 1001111 100100 111 1000001 100111

Color Harmonies of #A43323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43323

Black with #A43323

Text Example


Text Example

White with #A43323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43323; }

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

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

background-color css

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

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

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

border-color css

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

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

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