Html Css Color HEX #8B824A Clay Creek

📋 copy color: '#8B824A'

red 139 ◦ green 130 ◦ blue 74

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

Shades of Clay Creek #8B824A

Tints of Clay Creek #8B824A

RGB

 RED value IS 139 (54.69% from 255) = 40.52%

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

 BLUE value IS 74 (29.3% from 255) = 21.57%

R = 40.52%
G = 37.9%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#8B824A (or 0x8B824A) is known color: Clay Creek. HEX triplet: 8B, 82 and 4A. RGB value is (139,130,74). Sum of RGB (Red+Green+Blue) = 139+130+74=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 139 - color contains mainly: red. Hex color #8B824A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B824A is #747DB5. Grayscale: #7E7E7E. Windows color (decimal): -7634358 or 4883083. OLE color: 4883083.

HSL color Cylindrical-coordinate representation of color #8B824A: hue angle of 51.69º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B824A is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 130 74 -
CMYK 0 0.06 0.47 0.45
HSL 51.69º 0.31% 0.42% -
HSV(B) 51.69º 0.47% 0.55% -
XYZ 19.87 21.95 9.67 -
YUV 126.31 98.48 137.05 -
System Red Green Blue C M Y K H S L
Decimal 139 130 74 0 0.06 0.47 0.45 51.69 0.31 0.42
Hex 8B 82 4A 0 6 2F 2D 34 1F 2A
Octal 213 202 112 0 6 57 55 64 37 52
Binary 10001011 10000010 1001010 0 110 101111 101101 110100 11111 101010

Color Harmonies of #8B824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B824A

Black with #8B824A

Text Example


Text Example

White with #8B824A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,130,74); }

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

background-color css

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

 a { background-color: rgb(139,130,74); }

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

border-color css

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

 span { border-color: rgb(139,130,74); }

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