Html Css Color HEX #8B835B Clay Creek

📋 copy color: '#8B835B'

red 139 ◦ green 131 ◦ blue 91

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

Shades of Clay Creek #8B835B

Tints of Clay Creek #8B835B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.29%

 BLUE value IS 91 (35.94% from 255) = 25.21%

R = 38.5%
G = 36.29%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8B835B (or 0x8B835B) is known color: Clay Creek. HEX triplet: 8B, 83 and 5B. RGB value is (139,131,91). Sum of RGB (Red+Green+Blue) = 139+131+91=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 139 - color contains mainly: red. Hex color #8B835B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B835B is #747CA4. Grayscale: #808080. Windows color (decimal): -7634085 or 5997451. OLE color: 5997451.

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

Color convert

RGB 139 131 91 -
CMYK 0 0.06 0.35 0.45
HSL 50º 0.21% 0.45% -
HSV(B) 50º 0.35% 0.55% -
XYZ 20.65 22.48 13.15 -
YUV 128.83 106.65 135.25 -
System Red Green Blue C M Y K H S L
Decimal 139 131 91 0 0.06 0.35 0.45 50 0.21 0.45
Hex 8B 83 5B 0 6 23 2D 32 15 2D
Octal 213 203 133 0 6 43 55 62 25 55
Binary 10001011 10000011 1011011 0 110 100011 101101 110010 10101 101101

Color Harmonies of #8B835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B835B

Black with #8B835B

Text Example


Text Example

White with #8B835B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,131,91); }

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

background-color css

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

 a { background-color: rgb(139,131,91); }

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

border-color css

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

 span { border-color: rgb(139,131,91); }

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