Html Css Color HEX #825A35 Potters Clay

📋 copy color: '#825A35'

red 130 ◦ green 90 ◦ blue 53

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

Shades of Potters Clay #825A35

Tints of Potters Clay #825A35

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.97%

 BLUE value IS 53 (21.09% from 255) = 19.41%

R = 47.62%
G = 32.97%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#825A35 (or 0x825A35) is known color: Potters Clay. HEX triplet: 82, 5A and 35. RGB value is (130,90,53). Sum of RGB (Red+Green+Blue) = 130+90+53=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #825A35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825A35 is #7DA5CA. Grayscale: #616161. Windows color (decimal): -8234443 or 3496578. OLE color: 3496578.

HSL color Cylindrical-coordinate representation of color #825A35: hue angle of 28.83º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #825A35 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 90 53 -
CMYK 0 0.31 0.59 0.49
HSL 28.83º 0.42% 0.36% -
HSV(B) 28.83º 0.59% 0.51% -
XYZ 13.5 12.32 5.03 -
YUV 97.74 102.75 151.01 -
System Red Green Blue C M Y K H S L
Decimal 130 90 53 0 0.31 0.59 0.49 28.83 0.42 0.36
Hex 82 5A 35 0 1F 3B 31 1D 2A 24
Octal 202 132 65 0 37 73 61 35 52 44
Binary 10000010 1011010 110101 0 11111 111011 110001 11101 101010 100100

Color Harmonies of #825A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825A35

Black with #825A35

Text Example


Text Example

White with #825A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,90,53); }

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

background-color css

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

 a { background-color: rgb(130,90,53); }

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

border-color css

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

 span { border-color: rgb(130,90,53); }

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