Html Css Color HEX #A82D25 Brown

📋 copy color: '#A82D25'

red 168 ◦ green 45 ◦ blue 37

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

Shades of Brown #A82D25

Tints of Brown #A82D25

RGB

 RED value IS 168 (66.02% from 255) = 67.2%

 GREEN value IS 45 (17.97% from 255) = 18%

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

R = 67.2%
G = 18%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A82D25 (or 0xA82D25) is known color: Brown. HEX triplet: A8, 2D and 25. RGB value is (168,45,37). Sum of RGB (Red+Green+Blue) = 168+45+37=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82D25 is #57D2DA. Grayscale: #515151. Windows color (decimal): -5755611 or 2436520. OLE color: 2436520.

HSL color Cylindrical-coordinate representation of color #A82D25: hue angle of 3.66º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A82D25 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 45 37 -
CMYK 0 0.73 0.78 0.34
HSL 3.66º 0.64% 0.4% -
HSV(B) 3.66º 0.78% 0.66% -
XYZ 17.42 10.34 2.83 -
YUV 80.87 103.25 190.15 -
System Red Green Blue C M Y K H S L
Decimal 168 45 37 0 0.73 0.78 0.34 3.66 0.64 0.4
Hex A8 2D 25 0 49 4E 22 4 40 28
Octal 250 55 45 0 111 116 42 4 100 50
Binary 10101000 101101 100101 0 1001001 1001110 100010 100 1000000 101000

Color Harmonies of #A82D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82D25

Black with #A82D25

Text Example


Text Example

White with #A82D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82D25; }

 p { color: rgb(168,45,37); }

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

background-color css

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

 a { background-color: rgb(168,45,37); }

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

border-color css

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

 span { border-color: rgb(168,45,37); }

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