Html Css Color HEX #805C44 Potters Clay

📋 copy color: '#805C44'

red 128 ◦ green 92 ◦ blue 68

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

Shades of Potters Clay #805C44

Tints of Potters Clay #805C44

RGB

 RED value IS 128 (50.39% from 255) = 44.44%

 GREEN value IS 92 (36.33% from 255) = 31.94%

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

R = 44.44%
G = 31.94%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.50

RGB Variations

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

Color information

#805C44 (or 0x805C44) is known color: Potters Clay. HEX triplet: 80, 5C and 44. RGB value is (128,92,68). Sum of RGB (Red+Green+Blue) = 128+92+68=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #805C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805C44 is #7FA3BB. Grayscale: #646464. Windows color (decimal): -8364988 or 4480128. OLE color: 4480128.

HSL color Cylindrical-coordinate representation of color #805C44: hue angle of 24º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #805C44 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 92 68 -
CMYK 0 0.28 0.47 0.50
HSL 24º 0.31% 0.38% -
HSV(B) 24º 0.47% 0.5% -
XYZ 13.77 12.66 7.19 -
YUV 100.03 109.93 147.95 -
System Red Green Blue C M Y K H S L
Decimal 128 92 68 0 0.28 0.47 0.50 24 0.31 0.38
Hex 80 5C 44 0 1C 2F 32 18 1F 26
Octal 200 134 104 0 34 57 62 30 37 46
Binary 10000000 1011100 1000100 0 11100 101111 110010 11000 11111 100110

Color Harmonies of #805C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805C44

Black with #805C44

Text Example


Text Example

White with #805C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805C44; }

 p { color: rgb(128,92,68); }

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

background-color css

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

 a { background-color: rgb(128,92,68); }

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

border-color css

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

 span { border-color: rgb(128,92,68); }

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