Html Css Color HEX #948752 Clay Creek

📋 copy color: '#948752'

red 148 ◦ green 135 ◦ blue 82

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

Shades of Clay Creek #948752

Tints of Clay Creek #948752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.47%

R = 40.55%
G = 36.99%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#948752 (or 0x948752) is known color: Clay Creek. HEX triplet: 94, 87 and 52. RGB value is (148,135,82). Sum of RGB (Red+Green+Blue) = 148+135+82=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #948752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948752 is #6B78AD. Grayscale: #858585. Windows color (decimal): -7043246 or 5408660. OLE color: 5408660.

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

Color convert

RGB 148 135 82 -
CMYK 0 0.09 0.45 0.42
HSL 48.18º 0.29% 0.45% -
HSV(B) 48.18º 0.45% 0.58% -
XYZ 22.4 24.23 11.48 -
YUV 132.85 99.31 138.81 -
System Red Green Blue C M Y K H S L
Decimal 148 135 82 0 0.09 0.45 0.42 48.18 0.29 0.45
Hex 94 87 52 0 9 2D 2A 30 1D 2D
Octal 224 207 122 0 11 55 52 60 35 55
Binary 10010100 10000111 1010010 0 1001 101101 101010 110000 11101 101101

Color Harmonies of #948752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948752

Black with #948752

Text Example


Text Example

White with #948752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948752; }

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

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

background-color css

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

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

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

border-color css

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

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

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