Html Css Color HEX #845E3E Potters Clay

📋 copy color: '#845E3E'

red 132 ◦ green 94 ◦ blue 62

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

Shades of Potters Clay #845E3E

Tints of Potters Clay #845E3E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.64%

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

R = 45.83%
G = 32.64%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#845E3E (or 0x845E3E) is known color: Potters Clay. HEX triplet: 84, 5E and 3E. RGB value is (132,94,62). Sum of RGB (Red+Green+Blue) = 132+94+62=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #845E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845E3E is #7BA1C1. Grayscale: #656565. Windows color (decimal): -8102338 or 4087428. OLE color: 4087428.

HSL color Cylindrical-coordinate representation of color #845E3E: hue angle of 27.43º 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 #845E3E is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 94 62 -
CMYK 0 0.29 0.53 0.48
HSL 27.43º 0.36% 0.38% -
HSV(B) 27.43º 0.53% 0.52% -
XYZ 14.39 13.26 6.36 -
YUV 101.71 105.59 149.6 -
System Red Green Blue C M Y K H S L
Decimal 132 94 62 0 0.29 0.53 0.48 27.43 0.36 0.38
Hex 84 5E 3E 0 1D 35 30 1B 24 26
Octal 204 136 76 0 35 65 60 33 44 46
Binary 10000100 1011110 111110 0 11101 110101 110000 11011 100100 100110

Color Harmonies of #845E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845E3E

Black with #845E3E

Text Example


Text Example

White with #845E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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