Html Css Color HEX #827752 Clay Creek

📋 copy color: '#827752'

red 130 ◦ green 119 ◦ blue 82

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

Shades of Clay Creek #827752

Tints of Clay Creek #827752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.77%

R = 39.27%
G = 35.95%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#827752 (or 0x827752) is known color: Clay Creek. HEX triplet: 82, 77 and 52. RGB value is (130,119,82). Sum of RGB (Red+Green+Blue) = 130+119+82=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 130 - color contains mainly: red. Hex color #827752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827752 is #7D88AD. Grayscale: #767676. Windows color (decimal): -8226990 or 5404546. OLE color: 5404546.

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

Color convert

RGB 130 119 82 -
CMYK 0 0.08 0.37 0.49
HSL 46.25º 0.23% 0.42% -
HSV(B) 46.25º 0.37% 0.51% -
XYZ 17.33 18.55 10.65 -
YUV 118.07 107.64 136.51 -
System Red Green Blue C M Y K H S L
Decimal 130 119 82 0 0.08 0.37 0.49 46.25 0.23 0.42
Hex 82 77 52 0 8 25 31 2E 17 2A
Octal 202 167 122 0 10 45 61 56 27 52
Binary 10000010 1110111 1010010 0 1000 100101 110001 101110 10111 101010

Color Harmonies of #827752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827752

Black with #827752

Text Example


Text Example

White with #827752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827752; }

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

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

background-color css

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

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

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

border-color css

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

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

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