#CB8C4D

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

Shades of Twine #CB8C4D

Tints of Twine #CB8C4D

Color information

#CB8C4D (or 0xCB8C4D) is unknown color: approx Twine. HEX triplet: CB, 8C and 4D. RGB value is (203,140,77). Sum of RGB (Red+Green+Blue) = 203+140+77=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 77 (30.47% from 255 or 18.33% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8C4D is #3473B2. Grayscale: #979797. Windows color (decimal): -3437491 or 5082315. OLE color: 5082315.

HSL color Cylindrical-coordinate representation of color #CB8C4D: hue angle of 30º 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 #CB8C4D is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB20314077-
CMYK00.310.620.20
HSL30º54.78%54.9%-
HSV(B)30º62.07%79.61%-
XYZ35.3531.9911.33-
YUV151.6585.87164.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.33%
GREEN value IS 140 (55.08% from 255) = 33.33%
BLUE value IS 77 (30.47% from 255) = 18.33%
R=48.33%
G=33.33%
B=18.33%

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
Decimal2031407700.310.620.203054.7854.9
HexCB8C4D01F3E141e3737
Octal3132141150377624366767
Binary110010111000110010011010111111111101010011110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8C4D; }

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

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

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

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

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

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

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

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