Html Css Color HEX #7D563C Potters Clay

📋 copy color: '#7D563C'

red 125 ◦ green 86 ◦ blue 60

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

Shades of Potters Clay #7D563C

Tints of Potters Clay #7D563C

RGB

 RED value IS 125 (49.22% from 255) = 46.13%

 GREEN value IS 86 (33.98% from 255) = 31.73%

 BLUE value IS 60 (23.83% from 255) = 22.14%

R = 46.13%
G = 31.73%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7D563C (or 0x7D563C) is known color: Potters Clay. HEX triplet: 7D, 56 and 3C. RGB value is (125,86,60). Sum of RGB (Red+Green+Blue) = 125+86+60=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 125 - color contains mainly: red. Hex color #7D563C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D563C is #82A9C3. Grayscale: #5E5E5E. Windows color (decimal): -8563140 or 3954301. OLE color: 3954301.

HSL color Cylindrical-coordinate representation of color #7D563C: hue angle of 24º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D563C is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 86 60 -
CMYK 0 0.31 0.52 0.51
HSL 24º 0.35% 0.36% -
HSV(B) 24º 0.52% 0.49% -
XYZ 12.6 11.34 5.8 -
YUV 94.7 108.42 149.61 -
System Red Green Blue C M Y K H S L
Decimal 125 86 60 0 0.31 0.52 0.51 24 0.35 0.36
Hex 7D 56 3C 0 1F 34 33 18 23 24
Octal 175 126 74 0 37 64 63 30 43 44
Binary 1111101 1010110 111100 0 11111 110100 110011 11000 100011 100100

Color Harmonies of #7D563C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D563C

Black with #7D563C

Text Example


Text Example

White with #7D563C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,86,60); }

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

background-color css

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

 a { background-color: rgb(125,86,60); }

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

border-color css

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

 span { border-color: rgb(125,86,60); }

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