#CB8E4D

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

Shades of Twine #CB8E4D

Tints of Twine #CB8E4D

Color information

#CB8E4D (or 0xCB8E4D) is unknown color: approx Twine. HEX triplet: CB, 8E and 4D. RGB value is (203,142,77). Sum of RGB (Red+Green+Blue) = 203+142+77=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 77 (30.47% from 255 or 18.25% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8E4D is #3471B2. Grayscale: #999999. Windows color (decimal): -3436979 or 5082827. OLE color: 5082827.

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

Color convert

RGB20314277-
CMYK00.300.620.20
HSL30.95º54.78%54.9%-
HSV(B)30.95º62.07%79.61%-
XYZ35.6432.5811.43-
YUV152.8385.21163.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.10%
GREEN value IS 142 (55.86% from 255) = 33.65%
BLUE value IS 77 (30.47% from 255) = 18.25%
R=48.10%
G=33.65%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031427700.300.620.2030.9554.7854.9
HexCB8E4D01E3E141f3737
Octal3132161150367624376767
Binary110010111000111010011010111101111101010011111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8E4D; }

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

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

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

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

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

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

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

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