Html Css Color HEX #918253 Clay Creek

📋 copy color: '#918253'

red 145 ◦ green 130 ◦ blue 83

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

Shades of Clay Creek #918253

Tints of Clay Creek #918253

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.31%

 BLUE value IS 83 (32.81% from 255) = 23.18%

R = 40.5%
G = 36.31%
B = 23.18%

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

#918253 (or 0x918253) is known color: Clay Creek. HEX triplet: 91, 82 and 53. RGB value is (145,130,83). Sum of RGB (Red+Green+Blue) = 145+130+83=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 145 - color contains mainly: red. Hex color #918253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918253 is #6E7DAC. Grayscale: #818181. Windows color (decimal): -7241133 or 5472913. OLE color: 5472913.

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

Color convert

RGB 145 130 83 -
CMYK 0 0.10 0.43 0.43
HSL 45.48º 0.27% 0.45% -
HSV(B) 45.48º 0.43% 0.57% -
XYZ 21.22 22.61 11.43 -
YUV 129.13 101.97 139.32 -
System Red Green Blue C M Y K H S L
Decimal 145 130 83 0 0.10 0.43 0.43 45.48 0.27 0.45
Hex 91 82 53 0 A 2B 2B 2D 1B 2D
Octal 221 202 123 0 12 53 53 55 33 55
Binary 10010001 10000010 1010011 0 1010 101011 101011 101101 11011 101101

Color Harmonies of #918253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918253

Black with #918253

Text Example


Text Example

White with #918253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918253; }

 p { color: rgb(145,130,83); }

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

background-color css

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

 a { background-color: rgb(145,130,83); }

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

border-color css

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

 span { border-color: rgb(145,130,83); }

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