Html Css Color HEX #825843 Potters Clay

📋 copy color: '#825843'

red 130 ◦ green 88 ◦ blue 67

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

Shades of Potters Clay #825843

Tints of Potters Clay #825843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.51%

R = 45.61%
G = 30.88%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#825843 (or 0x825843) is known color: Potters Clay. HEX triplet: 82, 58 and 43. RGB value is (130,88,67). Sum of RGB (Red+Green+Blue) = 130+88+67=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #825843 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825843 is #7DA7BC. Grayscale: #626262. Windows color (decimal): -8234941 or 4413570. OLE color: 4413570.

HSL color Cylindrical-coordinate representation of color #825843: hue angle of 20º degrees, saturation: 0.32, 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 #825843 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 88 67 -
CMYK 0 0.32 0.48 0.49
HSL 20º 0.32% 0.39% -
HSV(B) 20º 0.48% 0.51% -
XYZ 13.71 12.13 6.93 -
YUV 98.16 110.41 150.71 -
System Red Green Blue C M Y K H S L
Decimal 130 88 67 0 0.32 0.48 0.49 20 0.32 0.39
Hex 82 58 43 0 20 30 31 14 20 27
Octal 202 130 103 0 40 60 61 24 40 47
Binary 10000010 1011000 1000011 0 100000 110000 110001 10100 100000 100111

Color Harmonies of #825843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825843

Black with #825843

Text Example


Text Example

White with #825843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825843; }

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

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

background-color css

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

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

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

border-color css

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

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

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