Html Css Color HEX #948358 Clay Creek

📋 copy color: '#948358'

red 148 ◦ green 131 ◦ blue 88

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

Shades of Clay Creek #948358

Tints of Clay Creek #948358

RGB

 RED value IS 148 (58.2% from 255) = 40.33%

 GREEN value IS 131 (51.56% from 255) = 35.69%

 BLUE value IS 88 (34.77% from 255) = 23.98%

R = 40.33%
G = 35.69%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#948358 (or 0x948358) is known color: Clay Creek. HEX triplet: 94, 83 and 58. RGB value is (148,131,88). Sum of RGB (Red+Green+Blue) = 148+131+88=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 88 (34.77% from 255 or 23.98% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #948358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948358 is #6B7CA7. Grayscale: #838383. Windows color (decimal): -7044264 or 5800852. OLE color: 5800852.

HSL color Cylindrical-coordinate representation of color #948358: hue angle of 43º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #948358 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 131 88 -
CMYK 0 0.11 0.41 0.42
HSL 43º 0.25% 0.46% -
HSV(B) 43º 0.41% 0.58% -
XYZ 22.09 23.23 12.55 -
YUV 131.18 103.63 140 -
System Red Green Blue C M Y K H S L
Decimal 148 131 88 0 0.11 0.41 0.42 43 0.25 0.46
Hex 94 83 58 0 B 29 2A 2B 19 2E
Octal 224 203 130 0 13 51 52 53 31 56
Binary 10010100 10000011 1011000 0 1011 101001 101010 101011 11001 101110

Color Harmonies of #948358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948358

Black with #948358

Text Example


Text Example

White with #948358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948358; }

 p { color: rgb(148,131,88); }

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

background-color css

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

 a { background-color: rgb(148,131,88); }

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

border-color css

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

 span { border-color: rgb(148,131,88); }

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