Html Css Color HEX #AD341C Brown

📋 copy color: '#AD341C'

red 173 ◦ green 52 ◦ blue 28

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

Shades of Brown #AD341C

Tints of Brown #AD341C

RGB

 RED value IS 173 (67.97% from 255) = 68.38%

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

 BLUE value IS 28 (11.33% from 255) = 11.07%

R = 68.38%
G = 20.55%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD341C (or 0xAD341C) is known color: Brown. HEX triplet: AD, 34 and 1C. RGB value is (173,52,28). Sum of RGB (Red+Green+Blue) = 173+52+28=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD341C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD341C is #52CBE3. Grayscale: #555555. Windows color (decimal): -5426148 or 1848493. OLE color: 1848493.

HSL color Cylindrical-coordinate representation of color #AD341C: hue angle of 9.93º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD341C is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 52 28 -
CMYK 0 0.70 0.84 0.32
HSL 9.93º 0.72% 0.39% -
HSV(B) 9.93º 0.84% 0.68% -
XYZ 18.67 11.42 2.32 -
YUV 85.44 95.59 190.45 -
System Red Green Blue C M Y K H S L
Decimal 173 52 28 0 0.70 0.84 0.32 9.93 0.72 0.39
Hex AD 34 1C 0 46 54 20 A 48 27
Octal 255 64 34 0 106 124 40 12 110 47
Binary 10101101 110100 11100 0 1000110 1010100 100000 1010 1001000 100111

Color Harmonies of #AD341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD341C

Black with #AD341C

Text Example


Text Example

White with #AD341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD341C; }

 p { color: rgb(173,52,28); }

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

background-color css

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

 a { background-color: rgb(173,52,28); }

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

border-color css

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

 span { border-color: rgb(173,52,28); }

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