Html Css Color HEX #827955 Clay Creek

📋 copy color: '#827955'

red 130 ◦ green 121 ◦ blue 85

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

Shades of Clay Creek #827955

Tints of Clay Creek #827955

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.01%

 BLUE value IS 85 (33.59% from 255) = 25.3%

R = 38.69%
G = 36.01%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#827955 (or 0x827955) is known color: Clay Creek. HEX triplet: 82, 79 and 55. RGB value is (130,121,85). Sum of RGB (Red+Green+Blue) = 130+121+85=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #827955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827955 is #7D86AA. Grayscale: #777777. Windows color (decimal): -8226475 or 5601666. OLE color: 5601666.

HSL color Cylindrical-coordinate representation of color #827955: hue angle of 48º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #827955 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 121 85 -
CMYK 0 0.07 0.35 0.49
HSL 48º 0.21% 0.42% -
HSV(B) 48º 0.35% 0.51% -
XYZ 17.68 19.08 11.34 -
YUV 119.59 108.48 135.43 -
System Red Green Blue C M Y K H S L
Decimal 130 121 85 0 0.07 0.35 0.49 48 0.21 0.42
Hex 82 79 55 0 7 23 31 30 15 2A
Octal 202 171 125 0 7 43 61 60 25 52
Binary 10000010 1111001 1010101 0 111 100011 110001 110000 10101 101010

Color Harmonies of #827955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827955

Black with #827955

Text Example


Text Example

White with #827955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827955; }

 p { color: rgb(130,121,85); }

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

background-color css

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

 a { background-color: rgb(130,121,85); }

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

border-color css

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

 span { border-color: rgb(130,121,85); }

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