Html Css Color HEX #938248 Clay Creek

📋 copy color: '#938248'

red 147 ◦ green 130 ◦ blue 72

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

Shades of Clay Creek #938248

Tints of Clay Creek #938248

RGB

 RED value IS 147 (57.81% from 255) = 42.12%

 GREEN value IS 130 (51.17% from 255) = 37.25%

 BLUE value IS 72 (28.52% from 255) = 20.63%

R = 42.12%
G = 37.25%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#938248 (or 0x938248) is known color: Clay Creek. HEX triplet: 93, 82 and 48. RGB value is (147,130,72). Sum of RGB (Red+Green+Blue) = 147+130+72=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 147 - color contains mainly: red. Hex color #938248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938248 is #6C7DB7. Grayscale: #808080. Windows color (decimal): -7110072 or 4752019. OLE color: 4752019.

HSL color Cylindrical-coordinate representation of color #938248: hue angle of 46.4º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #938248 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 130 72 -
CMYK 0 0.12 0.51 0.42
HSL 46.4º 0.34% 0.43% -
HSV(B) 46.4º 0.51% 0.58% -
XYZ 21.18 22.64 9.38 -
YUV 128.47 96.13 141.22 -
System Red Green Blue C M Y K H S L
Decimal 147 130 72 0 0.12 0.51 0.42 46.4 0.34 0.43
Hex 93 82 48 0 C 33 2A 2E 22 2B
Octal 223 202 110 0 14 63 52 56 42 53
Binary 10010011 10000010 1001000 0 1100 110011 101010 101110 100010 101011

Color Harmonies of #938248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938248

Black with #938248

Text Example


Text Example

White with #938248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938248; }

 p { color: rgb(147,130,72); }

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

background-color css

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

 a { background-color: rgb(147,130,72); }

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

border-color css

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

 span { border-color: rgb(147,130,72); }

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