Html Css Color HEX #827A58 Clay Creek

📋 copy color: '#827A58'

red 130 ◦ green 122 ◦ blue 88

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

Shades of Clay Creek #827A58

Tints of Clay Creek #827A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.88%

R = 38.24%
G = 35.88%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#827A58 (or 0x827A58) is known color: Clay Creek. HEX triplet: 82, 7A and 58. RGB value is (130,122,88). Sum of RGB (Red+Green+Blue) = 130+122+88=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #827A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A58 is #7D85A7. Grayscale: #787878. Windows color (decimal): -8226216 or 5798530. OLE color: 5798530.

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

Color convert

RGB 130 122 88 -
CMYK 0 0.06 0.32 0.49
HSL 48.57º 0.19% 0.43% -
HSV(B) 48.57º 0.32% 0.51% -
XYZ 17.93 19.37 12.03 -
YUV 120.52 109.65 134.76 -
System Red Green Blue C M Y K H S L
Decimal 130 122 88 0 0.06 0.32 0.49 48.57 0.19 0.43
Hex 82 7A 58 0 6 20 31 31 13 2B
Octal 202 172 130 0 6 40 61 61 23 53
Binary 10000010 1111010 1011000 0 110 100000 110001 110001 10011 101011

Color Harmonies of #827A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A58

Black with #827A58

Text Example


Text Example

White with #827A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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