#CB8B4F

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

Shades of Twine #CB8B4F

Tints of Twine #CB8B4F

Color information

#CB8B4F (or 0xCB8B4F) is unknown color: approx Twine. HEX triplet: CB, 8B and 4F. RGB value is (203,139,79). Sum of RGB (Red+Green+Blue) = 203+139+79=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 79 (31.25% from 255 or 18.76% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8B4F is #3474B0. Grayscale: #979797. Windows color (decimal): -3437745 or 5213131. OLE color: 5213131.

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

Color convert

RGB20313979-
CMYK00.320.610.20
HSL29.03º54.39%55.29%-
HSV(B)29.03º61.08%79.61%-
XYZ35.2731.7311.66-
YUV151.387.2164.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.22%
GREEN value IS 139 (54.69% from 255) = 33.02%
BLUE value IS 79 (31.25% from 255) = 18.76%
R=48.22%
G=33.02%
B=18.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031397900.320.610.2029.0354.3955.29
HexCB8B4F0203D141d3637
Octal3132131170407524356667
Binary1100101110001011100111101000001111011010011101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8B4F; }

 p { color: rgb(203,139,79); }

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

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

 a { background-color: rgb(203,139,79); }

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

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

 span { border-color: rgb(203,139,79); }

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