Html Css Color HEX #A82D1F Brown

📋 copy color: '#A82D1F'

red 168 ◦ green 45 ◦ blue 31

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

Shades of Brown #A82D1F

Tints of Brown #A82D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.7%

R = 68.85%
G = 18.44%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A82D1F (or 0xA82D1F) is known color: Brown. HEX triplet: A8, 2D and 1F. RGB value is (168,45,31). Sum of RGB (Red+Green+Blue) = 168+45+31=244 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.85% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82D1F is #57D2E0. Grayscale: #505050. Windows color (decimal): -5755617 or 2043304. OLE color: 2043304.

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

Color convert

RGB 168 45 31 -
CMYK 0 0.73 0.82 0.34
HSL 6.13º 0.69% 0.39% -
HSV(B) 6.13º 0.82% 0.66% -
XYZ 17.33 10.3 2.37 -
YUV 80.18 100.25 190.64 -
System Red Green Blue C M Y K H S L
Decimal 168 45 31 0 0.73 0.82 0.34 6.13 0.69 0.39
Hex A8 2D 1F 0 49 52 22 6 45 27
Octal 250 55 37 0 111 122 42 6 105 47
Binary 10101000 101101 11111 0 1001001 1010010 100010 110 1000101 100111

Color Harmonies of #A82D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82D1F

Black with #A82D1F

Text Example


Text Example

White with #A82D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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