Html Css Color HEX #827B5A Clay Creek

📋 copy color: '#827B5A'

red 130 ◦ green 123 ◦ blue 90

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

Shades of Clay Creek #827B5A

Tints of Clay Creek #827B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.24%

R = 37.9%
G = 35.86%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#827B5A (or 0x827B5A) is known color: Clay Creek. HEX triplet: 82, 7B and 5A. RGB value is (130,123,90). Sum of RGB (Red+Green+Blue) = 130+123+90=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 130 - color contains mainly: red. Hex color #827B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827B5A is #7D84A5. Grayscale: #797979. Windows color (decimal): -8225958 or 5929858. OLE color: 5929858.

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

Color convert

RGB 130 123 90 -
CMYK 0 0.05 0.31 0.49
HSL 49.5º 0.18% 0.43% -
HSV(B) 49.5º 0.31% 0.51% -
XYZ 18.13 19.65 12.51 -
YUV 121.33 110.32 134.18 -
System Red Green Blue C M Y K H S L
Decimal 130 123 90 0 0.05 0.31 0.49 49.5 0.18 0.43
Hex 82 7B 5A 0 5 1F 31 32 12 2B
Octal 202 173 132 0 5 37 61 62 22 53
Binary 10000010 1111011 1011010 0 101 11111 110001 110010 10010 101011

Color Harmonies of #827B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827B5A

Black with #827B5A

Text Example


Text Example

White with #827B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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