Html Css Color HEX #918952 Clay Creek

📋 copy color: '#918952'

red 145 ◦ green 137 ◦ blue 82

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

Shades of Clay Creek #918952

Tints of Clay Creek #918952

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.64%

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

R = 39.84%
G = 37.64%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#918952 (or 0x918952) is known color: Clay Creek. HEX triplet: 91, 89 and 52. RGB value is (145,137,82). Sum of RGB (Red+Green+Blue) = 145+137+82=364 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.84% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 145 - color contains mainly: red. Hex color #918952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918952 is #6E76AD. Grayscale: #858585. Windows color (decimal): -7239342 or 5409169. OLE color: 5409169.

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

Color convert

RGB 145 137 82 -
CMYK 0 0.06 0.43 0.43
HSL 52.38º 0.28% 0.45% -
HSV(B) 52.38º 0.43% 0.57% -
XYZ 22.15 24.52 11.55 -
YUV 133.12 99.15 136.47 -
System Red Green Blue C M Y K H S L
Decimal 145 137 82 0 0.06 0.43 0.43 52.38 0.28 0.45
Hex 91 89 52 0 6 2B 2B 34 1C 2D
Octal 221 211 122 0 6 53 53 64 34 55
Binary 10010001 10001001 1010010 0 110 101011 101011 110100 11100 101101

Color Harmonies of #918952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918952

Black with #918952

Text Example


Text Example

White with #918952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918952; }

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

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

background-color css

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

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

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

border-color css

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

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

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