Html Css Color HEX #927D4B Clay Creek

📋 copy color: '#927D4B'

red 146 ◦ green 125 ◦ blue 75

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

Shades of Clay Creek #927D4B

Tints of Clay Creek #927D4B

RGB

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

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

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

R = 42.2%
G = 36.13%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.43

RGB Variations

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

Color information

#927D4B (or 0x927D4B) is known color: Clay Creek. HEX triplet: 92, 7D and 4B. RGB value is (146,125,75). Sum of RGB (Red+Green+Blue) = 146+125+75=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 146 - color contains mainly: red. Hex color #927D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927D4B is #6D82B4. Grayscale: #7D7D7D. Windows color (decimal): -7176885 or 4947346. OLE color: 4947346.

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

Color convert

RGB 146 125 75 -
CMYK 0 0.14 0.49 0.43
HSL 42.25º 0.32% 0.43% -
HSV(B) 42.25º 0.49% 0.57% -
XYZ 20.46 21.29 9.69 -
YUV 125.58 99.46 142.57 -
System Red Green Blue C M Y K H S L
Decimal 146 125 75 0 0.14 0.49 0.43 42.25 0.32 0.43
Hex 92 7D 4B 0 E 31 2B 2A 20 2B
Octal 222 175 113 0 16 61 53 52 40 53
Binary 10010010 1111101 1001011 0 1110 110001 101011 101010 100000 101011

Color Harmonies of #927D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927D4B

Black with #927D4B

Text Example


Text Example

White with #927D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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