Html Css Color HEX #827B57 Clay Creek

📋 copy color: '#827B57'

red 130 ◦ green 123 ◦ blue 87

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

Shades of Clay Creek #827B57

Tints of Clay Creek #827B57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.59%

R = 38.24%
G = 36.18%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#827B57 (or 0x827B57) is known color: Clay Creek. HEX triplet: 82, 7B and 57. RGB value is (130,123,87). Sum of RGB (Red+Green+Blue) = 130+123+87=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #827B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827B57 is #7D84A8. Grayscale: #797979. Windows color (decimal): -8225961 or 5733250. OLE color: 5733250.

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

Color convert

RGB 130 123 87 -
CMYK 0 0.05 0.33 0.49
HSL 50.23º 0.2% 0.43% -
HSV(B) 50.23º 0.33% 0.51% -
XYZ 18.01 19.6 11.85 -
YUV 120.99 108.82 134.43 -
System Red Green Blue C M Y K H S L
Decimal 130 123 87 0 0.05 0.33 0.49 50.23 0.2 0.43
Hex 82 7B 57 0 5 21 31 32 14 2B
Octal 202 173 127 0 5 41 61 62 24 53
Binary 10000010 1111011 1010111 0 101 100001 110001 110010 10100 101011

Color Harmonies of #827B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827B57

Black with #827B57

Text Example


Text Example

White with #827B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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