Html Css Color HEX #8A814B Clay Creek

📋 copy color: '#8A814B'

red 138 ◦ green 129 ◦ blue 75

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

Shades of Clay Creek #8A814B

Tints of Clay Creek #8A814B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.72%

 BLUE value IS 75 (29.69% from 255) = 21.93%

R = 40.35%
G = 37.72%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#8A814B (or 0x8A814B) is known color: Clay Creek. HEX triplet: 8A, 81 and 4B. RGB value is (138,129,75). Sum of RGB (Red+Green+Blue) = 138+129+75=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 138 - color contains mainly: red. Hex color #8A814B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A814B is #757EB4. Grayscale: #7D7D7D. Windows color (decimal): -7700149 or 4948362. OLE color: 4948362.

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

Color convert

RGB 138 129 75 -
CMYK 0 0.07 0.46 0.46
HSL 51.43º 0.3% 0.42% -
HSV(B) 51.43º 0.46% 0.54% -
XYZ 19.6 21.61 9.79 -
YUV 125.54 99.48 136.89 -
System Red Green Blue C M Y K H S L
Decimal 138 129 75 0 0.07 0.46 0.46 51.43 0.3 0.42
Hex 8A 81 4B 0 7 2E 2E 33 1E 2A
Octal 212 201 113 0 7 56 56 63 36 52
Binary 10001010 10000001 1001011 0 111 101110 101110 110011 11110 101010

Color Harmonies of #8A814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A814B

Black with #8A814B

Text Example


Text Example

White with #8A814B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,129,75); }

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

background-color css

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

 a { background-color: rgb(138,129,75); }

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

border-color css

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

 span { border-color: rgb(138,129,75); }

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