Html Css Color HEX #827B5C Clay Creek

📋 copy color: '#827B5C'

red 130 ◦ green 123 ◦ blue 92

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

Shades of Clay Creek #827B5C

Tints of Clay Creek #827B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.67%

R = 37.68%
G = 35.65%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#827B5C (or 0x827B5C) is known color: Clay Creek. HEX triplet: 82, 7B and 5C. RGB value is (130,123,92). Sum of RGB (Red+Green+Blue) = 130+123+92=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #827B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827B5C is #7D84A3. Grayscale: #797979. Windows color (decimal): -8225956 or 6060930. OLE color: 6060930.

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

Color convert

RGB 130 123 92 -
CMYK 0 0.05 0.29 0.49
HSL 48.95º 0.17% 0.44% -
HSV(B) 48.95º 0.29% 0.51% -
XYZ 18.22 19.68 12.96 -
YUV 121.56 111.32 134.02 -
System Red Green Blue C M Y K H S L
Decimal 130 123 92 0 0.05 0.29 0.49 48.95 0.17 0.44
Hex 82 7B 5C 0 5 1D 31 31 11 2C
Octal 202 173 134 0 5 35 61 61 21 54
Binary 10000010 1111011 1011100 0 101 11101 110001 110001 10001 101100

Color Harmonies of #827B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827B5C

Black with #827B5C

Text Example


Text Example

White with #827B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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