Html Css Color HEX #827A5E Clay Creek

📋 copy color: '#827A5E'

red 130 ◦ green 122 ◦ blue 94

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

Shades of Clay Creek #827A5E

Tints of Clay Creek #827A5E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.26%

 BLUE value IS 94 (37.11% from 255) = 27.17%

R = 37.57%
G = 35.26%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#827A5E (or 0x827A5E) is known color: Clay Creek. HEX triplet: 82, 7A and 5E. RGB value is (130,122,94). Sum of RGB (Red+Green+Blue) = 130+122+94=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 130 - color contains mainly: red. Hex color #827A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A5E is #7D85A1. Grayscale: #797979. Windows color (decimal): -8226210 or 6191746. OLE color: 6191746.

HSL color Cylindrical-coordinate representation of color #827A5E: hue angle of 46.67º degrees, saturation: 0.16, 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 #827A5E is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 122 94 -
CMYK 0 0.06 0.28 0.49
HSL 46.67º 0.16% 0.44% -
HSV(B) 46.67º 0.28% 0.51% -
XYZ 18.19 19.47 13.39 -
YUV 121.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 130 122 94 0 0.06 0.28 0.49 46.67 0.16 0.44
Hex 82 7A 5E 0 6 1C 31 2F 10 2C
Octal 202 172 136 0 6 34 61 57 20 54
Binary 10000010 1111010 1011110 0 110 11100 110001 101111 10000 101100

Color Harmonies of #827A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A5E

Black with #827A5E

Text Example


Text Example

White with #827A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,122,94); }

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

background-color css

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

 a { background-color: rgb(130,122,94); }

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

border-color css

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

 span { border-color: rgb(130,122,94); }

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