Html Css Color HEX #948359 Clay Creek

📋 copy color: '#948359'

red 148 ◦ green 131 ◦ blue 89

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

Shades of Clay Creek #948359

Tints of Clay Creek #948359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.18%

R = 40.22%
G = 35.6%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#948359 (or 0x948359) is known color: Clay Creek. HEX triplet: 94, 83 and 59. RGB value is (148,131,89). Sum of RGB (Red+Green+Blue) = 148+131+89=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 89 (35.16% from 255 or 24.18% from 368); Max value from RGB is 148 - color contains mainly: red. Hex color #948359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948359 is #6B7CA6. Grayscale: #838383. Windows color (decimal): -7044263 or 5866388. OLE color: 5866388.

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

Color convert

RGB 148 131 89 -
CMYK 0 0.11 0.40 0.42
HSL 42.71º 0.25% 0.46% -
HSV(B) 42.71º 0.4% 0.58% -
XYZ 22.13 23.25 12.77 -
YUV 131.3 104.13 139.92 -
System Red Green Blue C M Y K H S L
Decimal 148 131 89 0 0.11 0.40 0.42 42.71 0.25 0.46
Hex 94 83 59 0 B 28 2A 2B 19 2E
Octal 224 203 131 0 13 50 52 53 31 56
Binary 10010100 10000011 1011001 0 1011 101000 101010 101011 11001 101110

Color Harmonies of #948359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948359

Black with #948359

Text Example


Text Example

White with #948359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948359; }

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

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

background-color css

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

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

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

border-color css

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

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

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