#C88B52

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

Shades of Twine #C88B52

Tints of Twine #C88B52

Color information

#C88B52 (or 0xC88B52) is unknown color: approx Twine. HEX triplet: C8, 8B and 52. RGB value is (200,139,82). Sum of RGB (Red+Green+Blue) = 200+139+82=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 82 (32.42% from 255 or 19.48% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88B52 is #3774AD. Grayscale: #979797. Windows color (decimal): -3634350 or 5409736. OLE color: 5409736.

HSL color Cylindrical-coordinate representation of color #C88B52: hue angle of 28.98º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C88B52 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB20013982-
CMYK00.300.590.22
HSL28.98º51.75%55.29%-
HSV(B)28.98º59%78.43%-
XYZ34.5831.3512.21-
YUV150.7489.21163.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.51%
GREEN value IS 139 (54.69% from 255) = 33.02%
BLUE value IS 82 (32.42% from 255) = 19.48%
R=47.51%
G=33.02%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001398200.300.590.2228.9851.7555.29
HexC88B5201E3B161d3437
Octal3102131220367326356467
Binary110010001000101110100100111101110111011011101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88B52; }

 p { color: rgb(200,139,82); }

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

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

 a { background-color: rgb(200,139,82); }

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

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

 span { border-color: rgb(200,139,82); }

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