Html Css Color HEX #815A44 Potters Clay

📋 copy color: '#815A44'

red 129 ◦ green 90 ◦ blue 68

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

Shades of Potters Clay #815A44

Tints of Potters Clay #815A44

RGB

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

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

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

R = 44.95%
G = 31.36%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#815A44 (or 0x815A44) is known color: Potters Clay. HEX triplet: 81, 5A and 44. RGB value is (129,90,68). Sum of RGB (Red+Green+Blue) = 129+90+68=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 129 - color contains mainly: red. Hex color #815A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815A44 is #7EA5BB. Grayscale: #636363. Windows color (decimal): -8299964 or 4479617. OLE color: 4479617.

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

Color convert

RGB 129 90 68 -
CMYK 0 0.30 0.47 0.49
HSL 21.64º 0.31% 0.39% -
HSV(B) 21.64º 0.47% 0.51% -
XYZ 13.75 12.4 7.14 -
YUV 99.15 110.42 149.29 -
System Red Green Blue C M Y K H S L
Decimal 129 90 68 0 0.30 0.47 0.49 21.64 0.31 0.39
Hex 81 5A 44 0 1E 2F 31 16 1F 27
Octal 201 132 104 0 36 57 61 26 37 47
Binary 10000001 1011010 1000100 0 11110 101111 110001 10110 11111 100111

Color Harmonies of #815A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815A44

Black with #815A44

Text Example


Text Example

White with #815A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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