Html Css Color HEX #938250 Clay Creek

📋 copy color: '#938250'

red 147 ◦ green 130 ◦ blue 80

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

Shades of Clay Creek #938250

Tints of Clay Creek #938250

RGB

 RED value IS 147 (57.81% from 255) = 41.18%

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

 BLUE value IS 80 (31.64% from 255) = 22.41%

R = 41.18%
G = 36.41%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#938250 (or 0x938250) is known color: Clay Creek. HEX triplet: 93, 82 and 50. RGB value is (147,130,80). Sum of RGB (Red+Green+Blue) = 147+130+80=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 147 - color contains mainly: red. Hex color #938250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938250 is #6C7DAF. Grayscale: #818181. Windows color (decimal): -7110064 or 5276307. OLE color: 5276307.

HSL color Cylindrical-coordinate representation of color #938250: hue angle of 44.78º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #938250 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 130 80 -
CMYK 0 0.12 0.46 0.42
HSL 44.78º 0.3% 0.45% -
HSV(B) 44.78º 0.46% 0.58% -
XYZ 21.46 22.75 10.85 -
YUV 129.38 100.13 140.57 -
System Red Green Blue C M Y K H S L
Decimal 147 130 80 0 0.12 0.46 0.42 44.78 0.3 0.45
Hex 93 82 50 0 C 2E 2A 2D 1E 2D
Octal 223 202 120 0 14 56 52 55 36 55
Binary 10010011 10000010 1010000 0 1100 101110 101010 101101 11110 101101

Color Harmonies of #938250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938250

Black with #938250

Text Example


Text Example

White with #938250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938250; }

 p { color: rgb(147,130,80); }

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

background-color css

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

 a { background-color: rgb(147,130,80); }

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

border-color css

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

 span { border-color: rgb(147,130,80); }

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