Html Css Color HEX #A82D27 Brown

📋 copy color: '#A82D27'

red 168 ◦ green 45 ◦ blue 39

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

Shades of Brown #A82D27

Tints of Brown #A82D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.48%

R = 66.67%
G = 17.86%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#A82D27 (or 0xA82D27) is known color: Brown. HEX triplet: A8, 2D and 27. RGB value is (168,45,39). Sum of RGB (Red+Green+Blue) = 168+45+39=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82D27 is #57D2D8. Grayscale: #515151. Windows color (decimal): -5755609 or 2567592. OLE color: 2567592.

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

Color convert

RGB 168 45 39 -
CMYK 0 0.73 0.77 0.34
HSL 2.79º 0.62% 0.41% -
HSV(B) 2.79º 0.77% 0.66% -
XYZ 17.45 10.35 3 -
YUV 81.09 104.25 189.99 -
System Red Green Blue C M Y K H S L
Decimal 168 45 39 0 0.73 0.77 0.34 2.79 0.62 0.41
Hex A8 2D 27 0 49 4D 22 3 3E 29
Octal 250 55 47 0 111 115 42 3 76 51
Binary 10101000 101101 100111 0 1001001 1001101 100010 11 111110 101001

Color Harmonies of #A82D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82D27

Black with #A82D27

Text Example


Text Example

White with #A82D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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