Html Css Color HEX #825B3C Potters Clay

📋 copy color: '#825B3C'

red 130 ◦ green 91 ◦ blue 60

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

Shades of Potters Clay #825B3C

Tints of Potters Clay #825B3C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.38%

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

R = 46.26%
G = 32.38%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#825B3C (or 0x825B3C) is known color: Potters Clay. HEX triplet: 82, 5B and 3C. RGB value is (130,91,60). Sum of RGB (Red+Green+Blue) = 130+91+60=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #825B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825B3C is #7DA4C3. Grayscale: #636363. Windows color (decimal): -8234180 or 3955586. OLE color: 3955586.

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

Color convert

RGB 130 91 60 -
CMYK 0 0.30 0.54 0.49
HSL 26.57º 0.37% 0.37% -
HSV(B) 26.57º 0.54% 0.51% -
XYZ 13.76 12.55 5.97 -
YUV 99.13 105.92 150.02 -
System Red Green Blue C M Y K H S L
Decimal 130 91 60 0 0.30 0.54 0.49 26.57 0.37 0.37
Hex 82 5B 3C 0 1E 36 31 1B 25 25
Octal 202 133 74 0 36 66 61 33 45 45
Binary 10000010 1011011 111100 0 11110 110110 110001 11011 100101 100101

Color Harmonies of #825B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825B3C

Black with #825B3C

Text Example


Text Example

White with #825B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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