Html Css Color HEX #948753 Clay Creek

📋 copy color: '#948753'

red 148 ◦ green 135 ◦ blue 83

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

Shades of Clay Creek #948753

Tints of Clay Creek #948753

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.89%

 BLUE value IS 83 (32.81% from 255) = 22.68%

R = 40.44%
G = 36.89%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#948753 (or 0x948753) is known color: Clay Creek. HEX triplet: 94, 87 and 53. RGB value is (148,135,83). Sum of RGB (Red+Green+Blue) = 148+135+83=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 148 - color contains mainly: red. Hex color #948753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948753 is #6B78AC. Grayscale: #858585. Windows color (decimal): -7043245 or 5474196. OLE color: 5474196.

HSL color Cylindrical-coordinate representation of color #948753: hue angle of 48º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #948753 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 135 83 -
CMYK 0 0.09 0.44 0.42
HSL 48º 0.28% 0.45% -
HSV(B) 48º 0.44% 0.58% -
XYZ 22.44 24.25 11.68 -
YUV 132.96 99.81 138.73 -
System Red Green Blue C M Y K H S L
Decimal 148 135 83 0 0.09 0.44 0.42 48 0.28 0.45
Hex 94 87 53 0 9 2C 2A 30 1C 2D
Octal 224 207 123 0 11 54 52 60 34 55
Binary 10010100 10000111 1010011 0 1001 101100 101010 110000 11100 101101

Color Harmonies of #948753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948753

Black with #948753

Text Example


Text Example

White with #948753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948753; }

 p { color: rgb(148,135,83); }

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

background-color css

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

 a { background-color: rgb(148,135,83); }

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

border-color css

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

 span { border-color: rgb(148,135,83); }

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