Html Css Color HEX #847B5B Clay Creek

📋 copy color: '#847B5B'

red 132 ◦ green 123 ◦ blue 91

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

Shades of Clay Creek #847B5B

Tints of Clay Creek #847B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.3%

R = 38.15%
G = 35.55%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#847B5B (or 0x847B5B) is known color: Clay Creek. HEX triplet: 84, 7B and 5B. RGB value is (132,123,91). Sum of RGB (Red+Green+Blue) = 132+123+91=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 132 - color contains mainly: red. Hex color #847B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847B5B is #7B84A4. Grayscale: #7A7A7A. Windows color (decimal): -8094885 or 5995396. OLE color: 5995396.

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

Color convert

RGB 132 123 91 -
CMYK 0 0.07 0.31 0.48
HSL 46.83º 0.18% 0.44% -
HSV(B) 46.83º 0.31% 0.52% -
XYZ 18.49 19.83 12.75 -
YUV 122.04 110.48 135.1 -
System Red Green Blue C M Y K H S L
Decimal 132 123 91 0 0.07 0.31 0.48 46.83 0.18 0.44
Hex 84 7B 5B 0 7 1F 30 2F 12 2C
Octal 204 173 133 0 7 37 60 57 22 54
Binary 10000100 1111011 1011011 0 111 11111 110000 101111 10010 101100

Color Harmonies of #847B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847B5B

Black with #847B5B

Text Example


Text Example

White with #847B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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