Html Css Color HEX #8A7B49 Clay Creek

📋 copy color: '#8A7B49'

red 138 ◦ green 123 ◦ blue 73

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

Shades of Clay Creek #8A7B49

Tints of Clay Creek #8A7B49

RGB

 RED value IS 138 (54.3% from 255) = 41.32%

 GREEN value IS 123 (48.44% from 255) = 36.83%

 BLUE value IS 73 (28.91% from 255) = 21.86%

R = 41.32%
G = 36.83%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#8A7B49 (or 0x8A7B49) is known color: Clay Creek. HEX triplet: 8A, 7B and 49. RGB value is (138,123,73). Sum of RGB (Red+Green+Blue) = 138+123+73=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7B49 is #7584B6. Grayscale: #7A7A7A. Windows color (decimal): -7701687 or 4815754. OLE color: 4815754.

HSL color Cylindrical-coordinate representation of color #8A7B49: hue angle of 46.15º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A7B49 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 123 73 -
CMYK 0 0.11 0.47 0.46
HSL 46.15º 0.31% 0.41% -
HSV(B) 46.15º 0.47% 0.54% -
XYZ 18.77 20.05 9.18 -
YUV 121.79 100.47 139.57 -
System Red Green Blue C M Y K H S L
Decimal 138 123 73 0 0.11 0.47 0.46 46.15 0.31 0.41
Hex 8A 7B 49 0 B 2F 2E 2E 1F 29
Octal 212 173 111 0 13 57 56 56 37 51
Binary 10001010 1111011 1001001 0 1011 101111 101110 101110 11111 101001

Color Harmonies of #8A7B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7B49

Black with #8A7B49

Text Example


Text Example

White with #8A7B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A7B49; }

 p { color: rgb(138,123,73); }

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

background-color css

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

 a { background-color: rgb(138,123,73); }

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

border-color css

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

 span { border-color: rgb(138,123,73); }

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