Html Css Color HEX #825A44 Potters Clay

📋 copy color: '#825A44'

red 130 ◦ green 90 ◦ blue 68

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

Shades of Potters Clay #825A44

Tints of Potters Clay #825A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.61%

R = 45.14%
G = 31.25%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#825A44 (or 0x825A44) is known color: Potters Clay. HEX triplet: 82, 5A and 44. RGB value is (130,90,68). Sum of RGB (Red+Green+Blue) = 130+90+68=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #825A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825A44 is #7DA5BB. Grayscale: #636363. Windows color (decimal): -8234428 or 4479618. OLE color: 4479618.

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

Color convert

RGB 130 90 68 -
CMYK 0 0.31 0.48 0.49
HSL 21.29º 0.31% 0.39% -
HSV(B) 21.29º 0.48% 0.51% -
XYZ 13.91 12.48 7.14 -
YUV 99.45 110.25 149.79 -
System Red Green Blue C M Y K H S L
Decimal 130 90 68 0 0.31 0.48 0.49 21.29 0.31 0.39
Hex 82 5A 44 0 1F 30 31 15 1F 27
Octal 202 132 104 0 37 60 61 25 37 47
Binary 10000010 1011010 1000100 0 11111 110000 110001 10101 11111 100111

Color Harmonies of #825A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825A44

Black with #825A44

Text Example


Text Example

White with #825A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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