Html Css Color HEX #845D3E Potters Clay

📋 copy color: '#845D3E'

red 132 ◦ green 93 ◦ blue 62

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

Shades of Potters Clay #845D3E

Tints of Potters Clay #845D3E

RGB

 RED value IS 132 (51.95% from 255) = 45.99%

 GREEN value IS 93 (36.72% from 255) = 32.4%

 BLUE value IS 62 (24.61% from 255) = 21.6%

R = 45.99%
G = 32.4%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#845D3E (or 0x845D3E) is known color: Potters Clay. HEX triplet: 84, 5D and 3E. RGB value is (132,93,62). Sum of RGB (Red+Green+Blue) = 132+93+62=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #845D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845D3E is #7BA2C1. Grayscale: #656565. Windows color (decimal): -8102594 or 4087172. OLE color: 4087172.

HSL color Cylindrical-coordinate representation of color #845D3E: hue angle of 26.57º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #845D3E is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 93 62 -
CMYK 0 0.30 0.53 0.48
HSL 26.57º 0.36% 0.38% -
HSV(B) 26.57º 0.53% 0.52% -
XYZ 14.3 13.08 6.33 -
YUV 101.13 105.92 150.02 -
System Red Green Blue C M Y K H S L
Decimal 132 93 62 0 0.30 0.53 0.48 26.57 0.36 0.38
Hex 84 5D 3E 0 1E 35 30 1B 24 26
Octal 204 135 76 0 36 65 60 33 44 46
Binary 10000100 1011101 111110 0 11110 110101 110000 11011 100100 100110

Color Harmonies of #845D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845D3E

Black with #845D3E

Text Example


Text Example

White with #845D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845D3E; }

 p { color: rgb(132,93,62); }

 H1.HeaderClassName
 {
   color: #845D3E;
 }
 .AnyTagClassName
 {
   color: #845D3E;
 }
</style>

background-color css

<style>
 a { background-color: #845D3E; }

 a { background-color: rgb(132,93,62); }

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

border-color css

<style>
 span { border-color: #845D3E; }

 span { border-color: rgb(132,93,62); }

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