Html Css Color HEX #9A8D53 Clay Creek

📋 copy color: '#9A8D53'

red 154 ◦ green 141 ◦ blue 83

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

Shades of Clay Creek #9A8D53

Tints of Clay Creek #9A8D53

RGB

 RED value IS 154 (60.55% from 255) = 40.74%

 GREEN value IS 141 (55.47% from 255) = 37.3%

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

R = 40.74%
G = 37.3%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#9A8D53 (or 0x9A8D53) is known color: Clay Creek. HEX triplet: 9A, 8D and 53. RGB value is (154,141,83). Sum of RGB (Red+Green+Blue) = 154+141+83=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8D53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8D53 is #6572AC. Grayscale: #8A8A8A. Windows color (decimal): -6648493 or 5475738. OLE color: 5475738.

HSL color Cylindrical-coordinate representation of color #9A8D53: hue angle of 49.01º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A8D53 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 141 83 -
CMYK 0 0.08 0.46 0.40
HSL 49.01º 0.3% 0.46% -
HSV(B) 49.01º 0.46% 0.6% -
XYZ 24.41 26.54 12.02 -
YUV 138.28 96.81 139.22 -
System Red Green Blue C M Y K H S L
Decimal 154 141 83 0 0.08 0.46 0.40 49.01 0.3 0.46
Hex 9A 8D 53 0 8 2E 28 31 1E 2E
Octal 232 215 123 0 10 56 50 61 36 56
Binary 10011010 10001101 1010011 0 1000 101110 101000 110001 11110 101110

Color Harmonies of #9A8D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8D53

Black with #9A8D53

Text Example


Text Example

White with #9A8D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A8D53; }

 p { color: rgb(154,141,83); }

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

background-color css

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

 a { background-color: rgb(154,141,83); }

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

border-color css

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

 span { border-color: rgb(154,141,83); }

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