Html Css Color HEX #827B59 Clay Creek

📋 copy color: '#827B59'

red 130 ◦ green 123 ◦ blue 89

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

Shades of Clay Creek #827B59

Tints of Clay Creek #827B59

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.96%

 BLUE value IS 89 (35.16% from 255) = 26.02%

R = 38.01%
G = 35.96%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#827B59 (or 0x827B59) is known color: Clay Creek. HEX triplet: 82, 7B and 59. RGB value is (130,123,89). Sum of RGB (Red+Green+Blue) = 130+123+89=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 130 - color contains mainly: red. Hex color #827B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827B59 is #7D84A6. Grayscale: #797979. Windows color (decimal): -8225959 or 5864322. OLE color: 5864322.

HSL color Cylindrical-coordinate representation of color #827B59: hue angle of 49.76º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #827B59 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 123 89 -
CMYK 0 0.05 0.32 0.49
HSL 49.76º 0.19% 0.43% -
HSV(B) 49.76º 0.32% 0.51% -
XYZ 18.09 19.63 12.29 -
YUV 121.22 109.82 134.26 -
System Red Green Blue C M Y K H S L
Decimal 130 123 89 0 0.05 0.32 0.49 49.76 0.19 0.43
Hex 82 7B 59 0 5 20 31 32 13 2B
Octal 202 173 131 0 5 40 61 62 23 53
Binary 10000010 1111011 1011001 0 101 100000 110001 110010 10011 101011

Color Harmonies of #827B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827B59

Black with #827B59

Text Example


Text Example

White with #827B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827B59; }

 p { color: rgb(130,123,89); }

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

background-color css

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

 a { background-color: rgb(130,123,89); }

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

border-color css

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

 span { border-color: rgb(130,123,89); }

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