#CB8D4D

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

Shades of Twine #CB8D4D

Tints of Twine #CB8D4D

Color information

#CB8D4D (or 0xCB8D4D) is unknown color: approx Twine. HEX triplet: CB, 8D and 4D. RGB value is (203,141,77). Sum of RGB (Red+Green+Blue) = 203+141+77=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 77 (30.47% from 255 or 18.29% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8D4D is #3472B2. Grayscale: #989898. Windows color (decimal): -3437235 or 5082571. OLE color: 5082571.

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

Color convert

RGB20314177-
CMYK00.310.620.20
HSL30.48º54.78%54.9%-
HSV(B)30.48º62.07%79.61%-
XYZ35.4932.2811.38-
YUV152.2485.54164.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.22%
GREEN value IS 141 (55.47% from 255) = 33.49%
BLUE value IS 77 (30.47% from 255) = 18.29%
R=48.22%
G=33.49%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031417700.310.620.2030.4854.7854.9
HexCB8D4D01F3E141e3737
Octal3132151150377624366767
Binary110010111000110110011010111111111101010011110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8D4D; }

 p { color: rgb(203,141,77); }

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

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

 a { background-color: rgb(203,141,77); }

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

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

 span { border-color: rgb(203,141,77); }

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