#cb8850

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

Shades of Twine #CB8850

Tints of Twine #CB8850

Color information

#CB8850 (or 0xCB8850) is unknown color: approx Twine. HEX triplet: CB, 88 and 50. RGB value is (203,136,80). Sum of RGB (Red+Green+Blue) = 203+136+80=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8850 is #3477AF. Grayscale: #959595. Windows color (decimal): -3438512 or 5277899. OLE color: 5277899.

HSL color Cylindrical-coordinate representation of color #CB8850: hue angle of 27.32º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB8850 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB20313680-
CMYK00.330.610.20
HSL27.32º54.19%55.49%-
HSV(B)27.32º60.59%79.61%-
XYZ34.8830.8811.71-
YUV149.6588.7166.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.45%
GREEN value IS 136 (53.52% from 255) = 32.46%
BLUE value IS 80 (31.64% from 255) = 19.09%
R=48.45%
G=32.46%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031368000.330.610.2027.3254.1955.49
HexCB88500213D141b3637
Octal3132101200417524336667
Binary1100101110001000101000001000011111011010011011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb8850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb8850; }

 p { color: rgb(203,136,80); }

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

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

 a { background-color: rgb(203,136,80); }

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

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

 span { border-color: rgb(203,136,80); }

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