Html Css Color HEX #847B5D Clay Creek

📋 copy color: '#847B5D'

red 132 ◦ green 123 ◦ blue 93

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

Shades of Clay Creek #847B5D

Tints of Clay Creek #847B5D

RGB

 RED value IS 132 (51.95% from 255) = 37.93%

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

 BLUE value IS 93 (36.72% from 255) = 26.72%

R = 37.93%
G = 35.34%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#847B5D (or 0x847B5D) is known color: Clay Creek. HEX triplet: 84, 7B and 5D. RGB value is (132,123,93). Sum of RGB (Red+Green+Blue) = 132+123+93=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 132 - color contains mainly: red. Hex color #847B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847B5D is #7B84A2. Grayscale: #7A7A7A. Windows color (decimal): -8094883 or 6126468. OLE color: 6126468.

HSL color Cylindrical-coordinate representation of color #847B5D: hue angle of 46.15º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #847B5D is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 123 93 -
CMYK 0 0.07 0.30 0.48
HSL 46.15º 0.17% 0.44% -
HSV(B) 46.15º 0.3% 0.52% -
XYZ 18.57 19.86 13.21 -
YUV 122.27 111.48 134.94 -
System Red Green Blue C M Y K H S L
Decimal 132 123 93 0 0.07 0.30 0.48 46.15 0.17 0.44
Hex 84 7B 5D 0 7 1E 30 2E 11 2C
Octal 204 173 135 0 7 36 60 56 21 54
Binary 10000100 1111011 1011101 0 111 11110 110000 101110 10001 101100

Color Harmonies of #847B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847B5D

Black with #847B5D

Text Example


Text Example

White with #847B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847B5D; }

 p { color: rgb(132,123,93); }

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

background-color css

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

 a { background-color: rgb(132,123,93); }

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

border-color css

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

 span { border-color: rgb(132,123,93); }

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