Html Css Color HEX #A13425 Brown

📋 copy color: '#A13425'

red 161 ◦ green 52 ◦ blue 37

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

Shades of Brown #A13425

Tints of Brown #A13425

RGB

 RED value IS 161 (63.28% from 255) = 64.4%

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

 BLUE value IS 37 (14.84% from 255) = 14.8%

R = 64.4%
G = 20.8%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A13425 (or 0xA13425) is known color: Brown. HEX triplet: A1, 34 and 25. RGB value is (161,52,37). Sum of RGB (Red+Green+Blue) = 161+52+37=250 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.4% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 161 - color contains mainly: red. Hex color #A13425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13425 is #5ECBDA. Grayscale: #535353. Windows color (decimal): -6212571 or 2438305. OLE color: 2438305.

HSL color Cylindrical-coordinate representation of color #A13425: hue angle of 7.26º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A13425 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 52 37 -
CMYK 0 0.68 0.77 0.37
HSL 7.26º 0.63% 0.39% -
HSV(B) 7.26º 0.77% 0.63% -
XYZ 16.26 10.17 2.86 -
YUV 82.88 102.11 183.72 -
System Red Green Blue C M Y K H S L
Decimal 161 52 37 0 0.68 0.77 0.37 7.26 0.63 0.39
Hex A1 34 25 0 44 4D 25 7 3F 27
Octal 241 64 45 0 104 115 45 7 77 47
Binary 10100001 110100 100101 0 1000100 1001101 100101 111 111111 100111

Color Harmonies of #A13425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13425

Black with #A13425

Text Example


Text Example

White with #A13425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13425; }

 p { color: rgb(161,52,37); }

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

background-color css

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

 a { background-color: rgb(161,52,37); }

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

border-color css

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

 span { border-color: rgb(161,52,37); }

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