Html Css Color HEX #827248 Shadow

📋 copy color: '#827248'

red 130 ◦ green 114 ◦ blue 72

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

Shades of Shadow #827248

Tints of Shadow #827248

RGB

 RED value IS 130 (51.17% from 255) = 41.14%

 GREEN value IS 114 (44.92% from 255) = 36.08%

 BLUE value IS 72 (28.52% from 255) = 22.78%

R = 41.14%
G = 36.08%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#827248 (or 0x827248) is known color: Shadow. HEX triplet: 82, 72 and 48. RGB value is (130,114,72). Sum of RGB (Red+Green+Blue) = 130+114+72=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 130 - color contains mainly: red. Hex color #827248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827248 is #7D8DB7. Grayscale: #727272. Windows color (decimal): -8228280 or 4747906. OLE color: 4747906.

HSL color Cylindrical-coordinate representation of color #827248: hue angle of 43.45º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #827248 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 114 72 -
CMYK 0 0.12 0.45 0.49
HSL 43.45º 0.29% 0.4% -
HSV(B) 43.45º 0.45% 0.51% -
XYZ 16.39 17.25 8.6 -
YUV 114 104.3 139.42 -
System Red Green Blue C M Y K H S L
Decimal 130 114 72 0 0.12 0.45 0.49 43.45 0.29 0.4
Hex 82 72 48 0 C 2D 31 2B 1D 28
Octal 202 162 110 0 14 55 61 53 35 50
Binary 10000010 1110010 1001000 0 1100 101101 110001 101011 11101 101000

Color Harmonies of #827248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827248

Black with #827248

Text Example


Text Example

White with #827248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827248; }

 p { color: rgb(130,114,72); }

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

background-color css

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

 a { background-color: rgb(130,114,72); }

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

border-color css

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

 span { border-color: rgb(130,114,72); }

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