Html Css Color HEX #805B45 Potters Clay

📋 copy color: '#805B45'

red 128 ◦ green 91 ◦ blue 69

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

Shades of Potters Clay #805B45

Tints of Potters Clay #805B45

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.6%

 BLUE value IS 69 (27.34% from 255) = 23.96%

R = 44.44%
G = 31.6%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#805B45 (or 0x805B45) is known color: Potters Clay. HEX triplet: 80, 5B and 45. RGB value is (128,91,69). Sum of RGB (Red+Green+Blue) = 128+91+69=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #805B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805B45 is #7FA4BA. Grayscale: #636363. Windows color (decimal): -8365243 or 4545408. OLE color: 4545408.

HSL color Cylindrical-coordinate representation of color #805B45: hue angle of 22.37º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #805B45 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 91 69 -
CMYK 0 0.29 0.46 0.50
HSL 22.37º 0.3% 0.39% -
HSV(B) 22.37º 0.46% 0.5% -
XYZ 13.72 12.5 7.32 -
YUV 99.56 110.76 148.29 -
System Red Green Blue C M Y K H S L
Decimal 128 91 69 0 0.29 0.46 0.50 22.37 0.3 0.39
Hex 80 5B 45 0 1D 2E 32 16 1E 27
Octal 200 133 105 0 35 56 62 26 36 47
Binary 10000000 1011011 1000101 0 11101 101110 110010 10110 11110 100111

Color Harmonies of #805B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805B45

Black with #805B45

Text Example


Text Example

White with #805B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,91,69); }

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

background-color css

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

 a { background-color: rgb(128,91,69); }

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

border-color css

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

 span { border-color: rgb(128,91,69); }

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