Html Css Color HEX #815A42 Potters Clay

📋 copy color: '#815A42'

red 129 ◦ green 90 ◦ blue 66

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

Shades of Potters Clay #815A42

Tints of Potters Clay #815A42

RGB

 RED value IS 129 (50.78% from 255) = 45.26%

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

 BLUE value IS 66 (26.17% from 255) = 23.16%

R = 45.26%
G = 31.58%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#815A42 (or 0x815A42) is known color: Potters Clay. HEX triplet: 81, 5A and 42. RGB value is (129,90,66). Sum of RGB (Red+Green+Blue) = 129+90+66=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 129 - color contains mainly: red. Hex color #815A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815A42 is #7EA5BD. Grayscale: #636363. Windows color (decimal): -8299966 or 4348545. OLE color: 4348545.

HSL color Cylindrical-coordinate representation of color #815A42: hue angle of 22.86º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #815A42 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 90 66 -
CMYK 0 0.30 0.49 0.49
HSL 22.86º 0.32% 0.38% -
HSV(B) 22.86º 0.49% 0.51% -
XYZ 13.69 12.37 6.82 -
YUV 98.93 109.42 149.45 -
System Red Green Blue C M Y K H S L
Decimal 129 90 66 0 0.30 0.49 0.49 22.86 0.32 0.38
Hex 81 5A 42 0 1E 31 31 17 20 26
Octal 201 132 102 0 36 61 61 27 40 46
Binary 10000001 1011010 1000010 0 11110 110001 110001 10111 100000 100110

Color Harmonies of #815A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815A42

Black with #815A42

Text Example


Text Example

White with #815A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815A42; }

 p { color: rgb(129,90,66); }

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

background-color css

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

 a { background-color: rgb(129,90,66); }

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

border-color css

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

 span { border-color: rgb(129,90,66); }

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