Html Css Color HEX #82583C Potters Clay

📋 copy color: '#82583C'

red 130 ◦ green 88 ◦ blue 60

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

Shades of Potters Clay #82583C

Tints of Potters Clay #82583C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.65%

 BLUE value IS 60 (23.83% from 255) = 21.58%

R = 46.76%
G = 31.65%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#82583C (or 0x82583C) is known color: Potters Clay. HEX triplet: 82, 58 and 3C. RGB value is (130,88,60). Sum of RGB (Red+Green+Blue) = 130+88+60=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #82583C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82583C is #7DA7C3. Grayscale: #616161. Windows color (decimal): -8234948 or 3954818. OLE color: 3954818.

HSL color Cylindrical-coordinate representation of color #82583C: hue angle of 24º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82583C is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 88 60 -
CMYK 0 0.32 0.54 0.49
HSL 24º 0.37% 0.37% -
HSV(B) 24º 0.54% 0.51% -
XYZ 13.51 12.05 5.89 -
YUV 97.37 106.91 151.28 -
System Red Green Blue C M Y K H S L
Decimal 130 88 60 0 0.32 0.54 0.49 24 0.37 0.37
Hex 82 58 3C 0 20 36 31 18 25 25
Octal 202 130 74 0 40 66 61 30 45 45
Binary 10000010 1011000 111100 0 100000 110110 110001 11000 100101 100101

Color Harmonies of #82583C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82583C

Black with #82583C

Text Example


Text Example

White with #82583C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82583C; }

 p { color: rgb(130,88,60); }

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

background-color css

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

 a { background-color: rgb(130,88,60); }

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

border-color css

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

 span { border-color: rgb(130,88,60); }

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