Html Css Color HEX #847B5E Clay Creek

📋 copy color: '#847B5E'

red 132 ◦ green 123 ◦ blue 94

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

Shades of Clay Creek #847B5E

Tints of Clay Creek #847B5E

RGB

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

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

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

R = 37.82%
G = 35.24%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#847B5E (or 0x847B5E) is known color: Clay Creek. HEX triplet: 84, 7B and 5E. RGB value is (132,123,94). Sum of RGB (Red+Green+Blue) = 132+123+94=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 132 - color contains mainly: red. Hex color #847B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847B5E is #7B84A1. Grayscale: #7A7A7A. Windows color (decimal): -8094882 or 6192004. OLE color: 6192004.

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

Color convert

RGB 132 123 94 -
CMYK 0 0.07 0.29 0.48
HSL 45.79º 0.17% 0.44% -
HSV(B) 45.79º 0.29% 0.52% -
XYZ 18.62 19.88 13.45 -
YUV 122.39 111.98 134.86 -
System Red Green Blue C M Y K H S L
Decimal 132 123 94 0 0.07 0.29 0.48 45.79 0.17 0.44
Hex 84 7B 5E 0 7 1D 30 2E 11 2C
Octal 204 173 136 0 7 35 60 56 21 54
Binary 10000100 1111011 1011110 0 111 11101 110000 101110 10001 101100

Color Harmonies of #847B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847B5E

Black with #847B5E

Text Example


Text Example

White with #847B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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