Html Css Color HEX #918048 Clay Creek

📋 copy color: '#918048'

red 145 ◦ green 128 ◦ blue 72

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

Shades of Clay Creek #918048

Tints of Clay Creek #918048

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.1%

 BLUE value IS 72 (28.52% from 255) = 20.87%

R = 42.03%
G = 37.1%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#918048 (or 0x918048) is known color: Clay Creek. HEX triplet: 91, 80 and 48. RGB value is (145,128,72). Sum of RGB (Red+Green+Blue) = 145+128+72=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 145 - color contains mainly: red. Hex color #918048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918048 is #6E7FB7. Grayscale: #7E7E7E. Windows color (decimal): -7241656 or 4751505. OLE color: 4751505.

HSL color Cylindrical-coordinate representation of color #918048: hue angle of 46.03º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #918048 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 128 72 -
CMYK 0 0.12 0.50 0.43
HSL 46.03º 0.34% 0.43% -
HSV(B) 46.03º 0.5% 0.57% -
XYZ 20.57 21.93 9.28 -
YUV 126.7 97.13 141.05 -
System Red Green Blue C M Y K H S L
Decimal 145 128 72 0 0.12 0.50 0.43 46.03 0.34 0.43
Hex 91 80 48 0 C 32 2B 2E 22 2B
Octal 221 200 110 0 14 62 53 56 42 53
Binary 10010001 10000000 1001000 0 1100 110010 101011 101110 100010 101011

Color Harmonies of #918048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918048

Black with #918048

Text Example


Text Example

White with #918048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918048; }

 p { color: rgb(145,128,72); }

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

background-color css

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

 a { background-color: rgb(145,128,72); }

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

border-color css

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

 span { border-color: rgb(145,128,72); }

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