Html Css Color HEX #847A4B Clay Creek

📋 copy color: '#847A4B'

red 132 ◦ green 122 ◦ blue 75

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

Shades of Clay Creek #847A4B

Tints of Clay Creek #847A4B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.08%

 BLUE value IS 75 (29.69% from 255) = 22.8%

R = 40.12%
G = 37.08%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#847A4B (or 0x847A4B) is known color: Clay Creek. HEX triplet: 84, 7A and 4B. RGB value is (132,122,75). Sum of RGB (Red+Green+Blue) = 132+122+75=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #847A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847A4B is #7B85B4. Grayscale: #777777. Windows color (decimal): -8095157 or 4946564. OLE color: 4946564.

HSL color Cylindrical-coordinate representation of color #847A4B: hue angle of 49.47º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #847A4B is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 122 75 -
CMYK 0 0.08 0.43 0.48
HSL 49.47º 0.28% 0.41% -
HSV(B) 49.47º 0.43% 0.52% -
XYZ 17.75 19.33 9.45 -
YUV 119.63 102.81 136.82 -
System Red Green Blue C M Y K H S L
Decimal 132 122 75 0 0.08 0.43 0.48 49.47 0.28 0.41
Hex 84 7A 4B 0 8 2B 30 31 1C 29
Octal 204 172 113 0 10 53 60 61 34 51
Binary 10000100 1111010 1001011 0 1000 101011 110000 110001 11100 101001

Color Harmonies of #847A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847A4B

Black with #847A4B

Text Example


Text Example

White with #847A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,122,75); }

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

background-color css

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

 a { background-color: rgb(132,122,75); }

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

border-color css

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

 span { border-color: rgb(132,122,75); }

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