Html Css Color HEX #927D4E Clay Creek

📋 copy color: '#927D4E'

red 146 ◦ green 125 ◦ blue 78

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

Shades of Clay Creek #927D4E

Tints of Clay Creek #927D4E

RGB

 RED value IS 146 (57.42% from 255) = 41.83%

 GREEN value IS 125 (49.22% from 255) = 35.82%

 BLUE value IS 78 (30.86% from 255) = 22.35%

R = 41.83%
G = 35.82%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#927D4E (or 0x927D4E) is known color: Clay Creek. HEX triplet: 92, 7D and 4E. RGB value is (146,125,78). Sum of RGB (Red+Green+Blue) = 146+125+78=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 146 - color contains mainly: red. Hex color #927D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927D4E is #6D82B1. Grayscale: #7E7E7E. Windows color (decimal): -7176882 or 5143954. OLE color: 5143954.

HSL color Cylindrical-coordinate representation of color #927D4E: hue angle of 41.47º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #927D4E is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 125 78 -
CMYK 0 0.14 0.47 0.43
HSL 41.47º 0.3% 0.44% -
HSV(B) 41.47º 0.47% 0.57% -
XYZ 20.56 21.33 10.24 -
YUV 125.92 100.96 142.32 -
System Red Green Blue C M Y K H S L
Decimal 146 125 78 0 0.14 0.47 0.43 41.47 0.3 0.44
Hex 92 7D 4E 0 E 2F 2B 29 1E 2C
Octal 222 175 116 0 16 57 53 51 36 54
Binary 10010010 1111101 1001110 0 1110 101111 101011 101001 11110 101100

Color Harmonies of #927D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927D4E

Black with #927D4E

Text Example


Text Example

White with #927D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927D4E; }

 p { color: rgb(146,125,78); }

 H1.HeaderClassName
 {
   color: #927D4E;
 }
 .AnyTagClassName
 {
   color: #927D4E;
 }
</style>

background-color css

<style>
 a { background-color: #927D4E; }

 a { background-color: rgb(146,125,78); }

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

border-color css

<style>
 span { border-color: #927D4E; }

 span { border-color: rgb(146,125,78); }

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