Html Css Color HEX #A63423 Brown

📋 copy color: '#A63423'

red 166 ◦ green 52 ◦ blue 35

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

Shades of Brown #A63423

Tints of Brown #A63423

RGB

 RED value IS 166 (65.23% from 255) = 65.61%

 GREEN value IS 52 (20.7% from 255) = 20.55%

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

R = 65.61%
G = 20.55%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A63423 (or 0xA63423) is known color: Brown. HEX triplet: A6, 34 and 23. RGB value is (166,52,35). Sum of RGB (Red+Green+Blue) = 166+52+35=253 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.61% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 166 - color contains mainly: red. Hex color #A63423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63423 is #59CBDC. Grayscale: #545454. Windows color (decimal): -5884893 or 2307238. OLE color: 2307238.

HSL color Cylindrical-coordinate representation of color #A63423: hue angle of 7.79º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A63423 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 52 35 -
CMYK 0 0.69 0.79 0.35
HSL 7.79º 0.65% 0.39% -
HSV(B) 7.79º 0.79% 0.65% -
XYZ 17.26 10.68 2.74 -
YUV 84.15 100.27 186.38 -
System Red Green Blue C M Y K H S L
Decimal 166 52 35 0 0.69 0.79 0.35 7.79 0.65 0.39
Hex A6 34 23 0 45 4F 23 8 41 27
Octal 246 64 43 0 105 117 43 10 101 47
Binary 10100110 110100 100011 0 1000101 1001111 100011 1000 1000001 100111

Color Harmonies of #A63423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63423

Black with #A63423

Text Example


Text Example

White with #A63423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63423; }

 p { color: rgb(166,52,35); }

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

background-color css

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

 a { background-color: rgb(166,52,35); }

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

border-color css

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

 span { border-color: rgb(166,52,35); }

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