Html Css Color HEX #918352 Clay Creek

📋 copy color: '#918352'

red 145 ◦ green 131 ◦ blue 82

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

Shades of Clay Creek #918352

Tints of Clay Creek #918352

RGB

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

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

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

R = 40.5%
G = 36.59%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#918352 (or 0x918352) is known color: Clay Creek. HEX triplet: 91, 83 and 52. RGB value is (145,131,82). Sum of RGB (Red+Green+Blue) = 145+131+82=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 145 - color contains mainly: red. Hex color #918352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918352 is #6E7CAD. Grayscale: #818181. Windows color (decimal): -7240878 or 5407633. OLE color: 5407633.

HSL color Cylindrical-coordinate representation of color #918352: hue angle of 46.67º 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 #918352 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 131 82 -
CMYK 0 0.10 0.43 0.43
HSL 46.67º 0.28% 0.45% -
HSV(B) 46.67º 0.43% 0.57% -
XYZ 21.32 22.86 11.27 -
YUV 129.6 101.14 138.98 -
System Red Green Blue C M Y K H S L
Decimal 145 131 82 0 0.10 0.43 0.43 46.67 0.28 0.45
Hex 91 83 52 0 A 2B 2B 2F 1C 2D
Octal 221 203 122 0 12 53 53 57 34 55
Binary 10010001 10000011 1010010 0 1010 101011 101011 101111 11100 101101

Color Harmonies of #918352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918352

Black with #918352

Text Example


Text Example

White with #918352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918352; }

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

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

background-color css

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

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

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

border-color css

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

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

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