Html Css Color HEX #A43025 Brown

📋 copy color: '#A43025'

red 164 ◦ green 48 ◦ blue 37

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

Shades of Brown #A43025

Tints of Brown #A43025

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.28%

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

R = 65.86%
G = 19.28%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A43025 (or 0xA43025) is known color: Brown. HEX triplet: A4, 30 and 25. RGB value is (164,48,37). Sum of RGB (Red+Green+Blue) = 164+48+37=249 (32% of max value = 765). Red value is 164 (64.45% from 255 or 65.86% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 164 - color contains mainly: red. Hex color #A43025 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43025 is #5BCFDA. Grayscale: #515151. Windows color (decimal): -6016987 or 2437284. OLE color: 2437284.

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

Color convert

RGB 164 48 37 -
CMYK 0 0.71 0.77 0.36
HSL 5.2º 0.63% 0.39% -
HSV(B) 5.2º 0.77% 0.64% -
XYZ 16.7 10.14 2.83 -
YUV 81.43 102.93 186.89 -
System Red Green Blue C M Y K H S L
Decimal 164 48 37 0 0.71 0.77 0.36 5.2 0.63 0.39
Hex A4 30 25 0 47 4D 24 5 3F 27
Octal 244 60 45 0 107 115 44 5 77 47
Binary 10100100 110000 100101 0 1000111 1001101 100100 101 111111 100111

Color Harmonies of #A43025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43025

Black with #A43025

Text Example


Text Example

White with #A43025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43025; }

 p { color: rgb(164,48,37); }

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

background-color css

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

 a { background-color: rgb(164,48,37); }

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

border-color css

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

 span { border-color: rgb(164,48,37); }

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