Html Css Color HEX #827753 Clay Creek

📋 copy color: '#827753'

red 130 ◦ green 119 ◦ blue 83

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

Shades of Clay Creek #827753

Tints of Clay Creek #827753

RGB

 RED value IS 130 (51.17% from 255) = 39.16%

 GREEN value IS 119 (46.88% from 255) = 35.84%

 BLUE value IS 83 (32.81% from 255) = 25%

R = 39.16%
G = 35.84%
B = 25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#827753 (or 0x827753) is known color: Clay Creek. HEX triplet: 82, 77 and 53. RGB value is (130,119,83). Sum of RGB (Red+Green+Blue) = 130+119+83=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 130 - color contains mainly: red. Hex color #827753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827753 is #7D88AC. Grayscale: #767676. Windows color (decimal): -8226989 or 5470082. OLE color: 5470082.

HSL color Cylindrical-coordinate representation of color #827753: hue angle of 45.96º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #827753 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 119 83 -
CMYK 0 0.08 0.36 0.49
HSL 45.96º 0.22% 0.42% -
HSV(B) 45.96º 0.36% 0.51% -
XYZ 17.36 18.56 10.85 -
YUV 118.19 108.14 136.43 -
System Red Green Blue C M Y K H S L
Decimal 130 119 83 0 0.08 0.36 0.49 45.96 0.22 0.42
Hex 82 77 53 0 8 24 31 2E 16 2A
Octal 202 167 123 0 10 44 61 56 26 52
Binary 10000010 1110111 1010011 0 1000 100100 110001 101110 10110 101010

Color Harmonies of #827753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827753

Black with #827753

Text Example


Text Example

White with #827753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827753; }

 p { color: rgb(130,119,83); }

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

background-color css

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

 a { background-color: rgb(130,119,83); }

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

border-color css

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

 span { border-color: rgb(130,119,83); }

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