#CC8B4E

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

Shades of Twine #CC8B4E

Tints of Twine #CC8B4E

Color information

#CC8B4E (or 0xCC8B4E) is unknown color: approx Twine. HEX triplet: CC, 8B and 4E. RGB value is (204,139,78). Sum of RGB (Red+Green+Blue) = 204+139+78=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8B4E is #3374B1. Grayscale: #979797. Windows color (decimal): -3372210 or 5147596. OLE color: 5147596.

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

Color convert

RGB20413978-
CMYK00.320.620.2
HSL29.05º55.26%55.29%-
HSV(B)29.05º61.76%80%-
XYZ35.5131.8511.48-
YUV151.4886.53165.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.46%
GREEN value IS 139 (54.69% from 255) = 33.02%
BLUE value IS 78 (30.86% from 255) = 18.53%
R=48.46%
G=33.02%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041397800.320.620.229.0555.2655.29
HexCC8B4E0203E141d3737
Octal3142131160407624356767
Binary1100110010001011100111001000001111101010011101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8B4E; }

 p { color: rgb(204,139,78); }

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

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

 a { background-color: rgb(204,139,78); }

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

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

 span { border-color: rgb(204,139,78); }

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