#C08B5F

Color #C08B5F Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #C08B5F

Tints of Twine #C08B5F

Color information

#C08B5F (or 0xC08B5F) is unknown color: approx Twine. HEX triplet: C0, 8B and 5F. RGB value is (192,139,95). Sum of RGB (Red+Green+Blue) = 192+139+95=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08B5F is #3F74A0. Grayscale: #969696. Windows color (decimal): -4158625 or 6261696. OLE color: 6261696.

HSL color Cylindrical-coordinate representation of color #C08B5F: hue angle of 27.22º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C08B5F is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19213995-
CMYK00.280.510.25
HSL27.22º43.5%56.27%-
HSV(B)27.22º50.52%75.29%-
XYZ33.0430.514.97-
YUV149.8397.06158.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.07%
GREEN value IS 139 (54.69% from 255) = 32.63%
BLUE value IS 95 (37.5% from 255) = 22.30%
R=45.07%
G=32.63%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921399500.280.510.2527.2243.556.27
HexC08B5F01C33191b2b38
Octal3002131370346331335370
Binary110000001000101110111110111001100111100111011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08B5F; }

 p { color: rgb(192,139,95); }

 H1.HeaderClassName
 {
   color: #C08B5F;
 }
 .AnyTagClassName
 {
   color: #C08B5F;
 }
</style>
background-color css

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

 a { background-color: rgb(192,139,95); }

 div.DivClassName
 {
   background-color: #C08B5F;
 }
 .BgClassName
 {
   background-color: #C08B5F;
 }
</style>
border-color css

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

 span { border-color: rgb(192,139,95); }

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