Html Css Color HEX #7F5B39 Potters Clay

📋 copy color: '#7F5B39'

red 127 ◦ green 91 ◦ blue 57

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

Shades of Potters Clay #7F5B39

Tints of Potters Clay #7F5B39

RGB

 RED value IS 127 (50% from 255) = 46.18%

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

 BLUE value IS 57 (22.66% from 255) = 20.73%

R = 46.18%
G = 33.09%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#7F5B39 (or 0x7F5B39) is known color: Potters Clay. HEX triplet: 7F, 5B and 39. RGB value is (127,91,57). Sum of RGB (Red+Green+Blue) = 127+91+57=275 (36% of max value = 765). Red value is 127 (50% from 255 or 46.18% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5B39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5B39 is #80A4C6. Grayscale: #626262. Windows color (decimal): -8430791 or 3758975. OLE color: 3758975.

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

Color convert

RGB 127 91 57 -
CMYK 0 0.28 0.55 0.50
HSL 29.14º 0.38% 0.36% -
HSV(B) 29.14º 0.55% 0.5% -
XYZ 13.23 12.29 5.55 -
YUV 97.89 104.93 148.76 -
System Red Green Blue C M Y K H S L
Decimal 127 91 57 0 0.28 0.55 0.50 29.14 0.38 0.36
Hex 7F 5B 39 0 1C 37 32 1D 26 24
Octal 177 133 71 0 34 67 62 35 46 44
Binary 1111111 1011011 111001 0 11100 110111 110010 11101 100110 100100

Color Harmonies of #7F5B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5B39

Black with #7F5B39

Text Example


Text Example

White with #7F5B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F5B39; }

 p { color: rgb(127,91,57); }

 H1.HeaderClassName
 {
   color: #7F5B39;
 }
 .AnyTagClassName
 {
   color: #7F5B39;
 }
</style>

background-color css

<style>
 a { background-color: #7F5B39; }

 a { background-color: rgb(127,91,57); }

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

border-color css

<style>
 span { border-color: #7F5B39; }

 span { border-color: rgb(127,91,57); }

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