#C08B5C

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

Shades of Twine #C08B5C

Tints of Twine #C08B5C

Color information

#C08B5C (or 0xC08B5C) is unknown color: approx Twine. HEX triplet: C0, 8B and 5C. RGB value is (192,139,92). Sum of RGB (Red+Green+Blue) = 192+139+92=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08B5C is #3F74A3. Grayscale: #959595. Windows color (decimal): -4158628 or 6065088. OLE color: 6065088.

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

Color convert

RGB19213992-
CMYK00.280.520.25
HSL28.2º44.25%55.69%-
HSV(B)28.2º52.08%75.29%-
XYZ32.930.4414.27-
YUV149.4995.56158.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.39%
GREEN value IS 139 (54.69% from 255) = 32.86%
BLUE value IS 92 (36.33% from 255) = 21.75%
R=45.39%
G=32.86%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921399200.280.520.2528.244.2555.69
HexC08B5C01C34191c2c38
Octal3002131340346431345470
Binary110000001000101110111000111001101001100111100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08B5C; }

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

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

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

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

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

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

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

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