Html Css Color HEX #8B835A Clay Creek

📋 copy color: '#8B835A'

red 139 ◦ green 131 ◦ blue 90

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

Shades of Clay Creek #8B835A

Tints of Clay Creek #8B835A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25%

R = 38.61%
G = 36.39%
B = 25%

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

#8B835A (or 0x8B835A) is known color: Clay Creek. HEX triplet: 8B, 83 and 5A. RGB value is (139,131,90). Sum of RGB (Red+Green+Blue) = 139+131+90=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 139 - color contains mainly: red. Hex color #8B835A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B835A is #747CA5. Grayscale: #808080. Windows color (decimal): -7634086 or 5931915. OLE color: 5931915.

HSL color Cylindrical-coordinate representation of color #8B835A: hue angle of 50.2º 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 #8B835A is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 131 90 -
CMYK 0 0.06 0.35 0.45
HSL 50.2º 0.21% 0.45% -
HSV(B) 50.2º 0.35% 0.55% -
XYZ 20.61 22.46 12.92 -
YUV 128.72 106.15 135.33 -
System Red Green Blue C M Y K H S L
Decimal 139 131 90 0 0.06 0.35 0.45 50.2 0.21 0.45
Hex 8B 83 5A 0 6 23 2D 32 15 2D
Octal 213 203 132 0 6 43 55 62 25 55
Binary 10001011 10000011 1011010 0 110 100011 101101 110010 10101 101101

Color Harmonies of #8B835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B835A

Black with #8B835A

Text Example


Text Example

White with #8B835A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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