Html Css Color HEX #918552 Clay Creek

📋 copy color: '#918552'

red 145 ◦ green 133 ◦ blue 82

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

Shades of Clay Creek #918552

Tints of Clay Creek #918552

RGB

 RED value IS 145 (57.03% from 255) = 40.28%

 GREEN value IS 133 (52.34% from 255) = 36.94%

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

R = 40.28%
G = 36.94%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#918552 (or 0x918552) is known color: Clay Creek. HEX triplet: 91, 85 and 52. RGB value is (145,133,82). Sum of RGB (Red+Green+Blue) = 145+133+82=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 145 - color contains mainly: red. Hex color #918552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918552 is #6E7AAD. Grayscale: #828282. Windows color (decimal): -7240366 or 5408145. OLE color: 5408145.

HSL color Cylindrical-coordinate representation of color #918552: hue angle of 48.57º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #918552 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 133 82 -
CMYK 0 0.08 0.43 0.43
HSL 48.57º 0.28% 0.45% -
HSV(B) 48.57º 0.43% 0.57% -
XYZ 21.59 23.4 11.36 -
YUV 130.77 100.48 138.15 -
System Red Green Blue C M Y K H S L
Decimal 145 133 82 0 0.08 0.43 0.43 48.57 0.28 0.45
Hex 91 85 52 0 8 2B 2B 31 1C 2D
Octal 221 205 122 0 10 53 53 61 34 55
Binary 10010001 10000101 1010010 0 1000 101011 101011 110001 11100 101101

Color Harmonies of #918552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918552

Black with #918552

Text Example


Text Example

White with #918552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918552; }

 p { color: rgb(145,133,82); }

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

background-color css

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

 a { background-color: rgb(145,133,82); }

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

border-color css

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

 span { border-color: rgb(145,133,82); }

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