Html Css Color HEX #9A8C52 Clay Creek

📋 copy color: '#9A8C52'

red 154 ◦ green 140 ◦ blue 82

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

Shades of Clay Creek #9A8C52

Tints of Clay Creek #9A8C52

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.23%

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

R = 40.96%
G = 37.23%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#9A8C52 (or 0x9A8C52) is known color: Clay Creek. HEX triplet: 9A, 8C and 52. RGB value is (154,140,82). Sum of RGB (Red+Green+Blue) = 154+140+82=376 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.96% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8C52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8C52 is #6573AD. Grayscale: #898989. Windows color (decimal): -6648750 or 5409946. OLE color: 5409946.

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

Color convert

RGB 154 140 82 -
CMYK 0 0.09 0.47 0.40
HSL 48.33º 0.31% 0.46% -
HSV(B) 48.33º 0.47% 0.6% -
XYZ 24.23 26.24 11.77 -
YUV 137.57 96.64 139.72 -
System Red Green Blue C M Y K H S L
Decimal 154 140 82 0 0.09 0.47 0.40 48.33 0.31 0.46
Hex 9A 8C 52 0 9 2F 28 30 1F 2E
Octal 232 214 122 0 11 57 50 60 37 56
Binary 10011010 10001100 1010010 0 1001 101111 101000 110000 11111 101110

Color Harmonies of #9A8C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8C52

Black with #9A8C52

Text Example


Text Example

White with #9A8C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,140,82); }

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

background-color css

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

 a { background-color: rgb(154,140,82); }

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

border-color css

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

 span { border-color: rgb(154,140,82); }

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