Html Css Color HEX #827B5D Clay Creek

📋 copy color: '#827B5D'

red 130 ◦ green 123 ◦ blue 93

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

Shades of Clay Creek #827B5D

Tints of Clay Creek #827B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.88%

R = 37.57%
G = 35.55%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#827B5D (or 0x827B5D) is known color: Clay Creek. HEX triplet: 82, 7B and 5D. RGB value is (130,123,93). Sum of RGB (Red+Green+Blue) = 130+123+93=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 130 - color contains mainly: red. Hex color #827B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827B5D is #7D84A2. Grayscale: #797979. Windows color (decimal): -8225955 or 6126466. OLE color: 6126466.

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

Color convert

RGB 130 123 93 -
CMYK 0 0.05 0.28 0.49
HSL 48.65º 0.17% 0.44% -
HSV(B) 48.65º 0.28% 0.51% -
XYZ 18.26 19.7 13.2 -
YUV 121.67 111.82 133.94 -
System Red Green Blue C M Y K H S L
Decimal 130 123 93 0 0.05 0.28 0.49 48.65 0.17 0.44
Hex 82 7B 5D 0 5 1C 31 31 11 2C
Octal 202 173 135 0 5 34 61 61 21 54
Binary 10000010 1111011 1011101 0 101 11100 110001 110001 10001 101100

Color Harmonies of #827B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827B5D

Black with #827B5D

Text Example


Text Example

White with #827B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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