Html Css Color HEX #825A3F Potters Clay

📋 copy color: '#825A3F'

red 130 ◦ green 90 ◦ blue 63

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

Shades of Potters Clay #825A3F

Tints of Potters Clay #825A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.26%

R = 45.94%
G = 31.8%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#825A3F (or 0x825A3F) is known color: Potters Clay. HEX triplet: 82, 5A and 3F. RGB value is (130,90,63). Sum of RGB (Red+Green+Blue) = 130+90+63=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #825A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825A3F is #7DA5C0. Grayscale: #636363. Windows color (decimal): -8234433 or 4151938. OLE color: 4151938.

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

Color convert

RGB 130 90 63 -
CMYK 0 0.31 0.52 0.49
HSL 24.18º 0.35% 0.38% -
HSV(B) 24.18º 0.52% 0.51% -
XYZ 13.76 12.42 6.37 -
YUV 98.88 107.75 150.2 -
System Red Green Blue C M Y K H S L
Decimal 130 90 63 0 0.31 0.52 0.49 24.18 0.35 0.38
Hex 82 5A 3F 0 1F 34 31 18 23 26
Octal 202 132 77 0 37 64 61 30 43 46
Binary 10000010 1011010 111111 0 11111 110100 110001 11000 100011 100110

Color Harmonies of #825A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825A3F

Black with #825A3F

Text Example


Text Example

White with #825A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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