Html Css Color HEX #948A58 Clay Creek

📋 copy color: '#948A58'

red 148 ◦ green 138 ◦ blue 88

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

Shades of Clay Creek #948A58

Tints of Clay Creek #948A58

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.9%

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

R = 39.57%
G = 36.9%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#948A58 (or 0x948A58) is known color: Clay Creek. HEX triplet: 94, 8A and 58. RGB value is (148,138,88). Sum of RGB (Red+Green+Blue) = 148+138+88=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 148 - color contains mainly: red. Hex color #948A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948A58 is #6B75A7. Grayscale: #878787. Windows color (decimal): -7042472 or 5802644. OLE color: 5802644.

HSL color Cylindrical-coordinate representation of color #948A58: hue angle of 50º 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 #948A58 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 138 88 -
CMYK 0 0.07 0.41 0.42
HSL 50º 0.25% 0.46% -
HSV(B) 50º 0.41% 0.58% -
XYZ 23.06 25.18 12.88 -
YUV 135.29 101.31 137.07 -
System Red Green Blue C M Y K H S L
Decimal 148 138 88 0 0.07 0.41 0.42 50 0.25 0.46
Hex 94 8A 58 0 7 29 2A 32 19 2E
Octal 224 212 130 0 7 51 52 62 31 56
Binary 10010100 10001010 1011000 0 111 101001 101010 110010 11001 101110

Color Harmonies of #948A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948A58

Black with #948A58

Text Example


Text Example

White with #948A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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