Html Css Color HEX #845A42 Potters Clay

📋 copy color: '#845A42'

red 132 ◦ green 90 ◦ blue 66

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

Shades of Potters Clay #845A42

Tints of Potters Clay #845A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.92%

R = 45.83%
G = 31.25%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#845A42 (or 0x845A42) is known color: Potters Clay. HEX triplet: 84, 5A and 42. RGB value is (132,90,66). Sum of RGB (Red+Green+Blue) = 132+90+66=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #845A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845A42 is #7BA5BD. Grayscale: #636363. Windows color (decimal): -8103358 or 4348548. OLE color: 4348548.

HSL color Cylindrical-coordinate representation of color #845A42: hue angle of 21.82º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #845A42 is Cyan = 0, Magento = 0.32, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 90 66 -
CMYK 0 0.32 0.5 0.48
HSL 21.82º 0.33% 0.39% -
HSV(B) 21.82º 0.5% 0.52% -
XYZ 14.16 12.61 6.84 -
YUV 99.82 108.91 150.95 -
System Red Green Blue C M Y K H S L
Decimal 132 90 66 0 0.32 0.5 0.48 21.82 0.33 0.39
Hex 84 5A 42 0 20 32 30 16 21 27
Octal 204 132 102 0 40 62 60 26 41 47
Binary 10000100 1011010 1000010 0 100000 110010 110000 10110 100001 100111

Color Harmonies of #845A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845A42

Black with #845A42

Text Example


Text Example

White with #845A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,90,66); }

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

background-color css

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

 a { background-color: rgb(132,90,66); }

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

border-color css

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

 span { border-color: rgb(132,90,66); }

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