Html Css Color HEX #A82F1F Brown

📋 copy color: '#A82F1F'

red 168 ◦ green 47 ◦ blue 31

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

Shades of Brown #A82F1F

Tints of Brown #A82F1F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.11%

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

R = 68.29%
G = 19.11%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A82F1F (or 0xA82F1F) is known color: Brown. HEX triplet: A8, 2F and 1F. RGB value is (168,47,31). Sum of RGB (Red+Green+Blue) = 168+47+31=246 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.29% from 246); Green value is 47 (18.75% from 255 or 19.11% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 168 - color contains mainly: red. Hex color #A82F1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82F1F is #57D0E0. Grayscale: #515151. Windows color (decimal): -5755105 or 2043816. OLE color: 2043816.

HSL color Cylindrical-coordinate representation of color #A82F1F: hue angle of 7.01º 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 #A82F1F is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 47 31 -
CMYK 0 0.72 0.82 0.34
HSL 7.01º 0.69% 0.39% -
HSV(B) 7.01º 0.82% 0.66% -
XYZ 17.41 10.46 2.4 -
YUV 81.36 99.59 189.8 -
System Red Green Blue C M Y K H S L
Decimal 168 47 31 0 0.72 0.82 0.34 7.01 0.69 0.39
Hex A8 2F 1F 0 48 52 22 7 45 27
Octal 250 57 37 0 110 122 42 7 105 47
Binary 10101000 101111 11111 0 1001000 1010010 100010 111 1000101 100111

Color Harmonies of #A82F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82F1F

Black with #A82F1F

Text Example


Text Example

White with #A82F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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