Html Css Color HEX #7D5841 Potters Clay

📋 copy color: '#7D5841'

red 125 ◦ green 88 ◦ blue 65

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

Shades of Potters Clay #7D5841

Tints of Potters Clay #7D5841

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.65%

 BLUE value IS 65 (25.78% from 255) = 23.38%

R = 44.96%
G = 31.65%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7D5841 (or 0x7D5841) is known color: Potters Clay. HEX triplet: 7D, 58 and 41. RGB value is (125,88,65). Sum of RGB (Red+Green+Blue) = 125+88+65=278 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.96% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5841 is #82A7BE. Grayscale: #606060. Windows color (decimal): -8562623 or 4282493. OLE color: 4282493.

HSL color Cylindrical-coordinate representation of color #7D5841: hue angle of 23º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D5841 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 88 65 -
CMYK 0 0.30 0.48 0.51
HSL 23º 0.32% 0.37% -
HSV(B) 23º 0.48% 0.49% -
XYZ 12.9 11.72 6.58 -
YUV 96.44 110.26 148.37 -
System Red Green Blue C M Y K H S L
Decimal 125 88 65 0 0.30 0.48 0.51 23 0.32 0.37
Hex 7D 58 41 0 1E 30 33 17 20 25
Octal 175 130 101 0 36 60 63 27 40 45
Binary 1111101 1011000 1000001 0 11110 110000 110011 10111 100000 100101

Color Harmonies of #7D5841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5841

Black with #7D5841

Text Example


Text Example

White with #7D5841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,88,65); }

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

background-color css

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

 a { background-color: rgb(125,88,65); }

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

border-color css

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

 span { border-color: rgb(125,88,65); }

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