Html Css Color HEX #825C3C Potters Clay

📋 copy color: '#825C3C'

red 130 ◦ green 92 ◦ blue 60

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

Shades of Potters Clay #825C3C

Tints of Potters Clay #825C3C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.62%

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

R = 46.1%
G = 32.62%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#825C3C (or 0x825C3C) is known color: Potters Clay. HEX triplet: 82, 5C and 3C. RGB value is (130,92,60). Sum of RGB (Red+Green+Blue) = 130+92+60=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #825C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825C3C is #7DA3C3. Grayscale: #636363. Windows color (decimal): -8233924 or 3955842. OLE color: 3955842.

HSL color Cylindrical-coordinate representation of color #825C3C: hue angle of 27.43º 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 #825C3C is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 92 60 -
CMYK 0 0.29 0.54 0.49
HSL 27.43º 0.37% 0.37% -
HSV(B) 27.43º 0.54% 0.51% -
XYZ 13.85 12.73 6 -
YUV 99.71 105.59 149.6 -
System Red Green Blue C M Y K H S L
Decimal 130 92 60 0 0.29 0.54 0.49 27.43 0.37 0.37
Hex 82 5C 3C 0 1D 36 31 1B 25 25
Octal 202 134 74 0 35 66 61 33 45 45
Binary 10000010 1011100 111100 0 11101 110110 110001 11011 100101 100101

Color Harmonies of #825C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825C3C

Black with #825C3C

Text Example


Text Example

White with #825C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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