#C58B58

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

Shades of Twine #C58B58

Tints of Twine #C58B58

Color information

#C58B58 (or 0xC58B58) is unknown color: approx Twine. HEX triplet: C5, 8B and 58. RGB value is (197,139,88). Sum of RGB (Red+Green+Blue) = 197+139+88=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 88 (34.77% from 255 or 20.75% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58B58 is #3A74A7. Grayscale: #969696. Windows color (decimal): -3830952 or 5802949. OLE color: 5802949.

HSL color Cylindrical-coordinate representation of color #C58B58: hue angle of 28.07º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C58B58 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB19713988-
CMYK00.290.550.23
HSL28.07º48.44%55.88%-
HSV(B)28.07º55.33%77.25%-
XYZ34.0231.0413.43-
YUV150.5392.72161.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.46%
GREEN value IS 139 (54.69% from 255) = 32.78%
BLUE value IS 88 (34.77% from 255) = 20.75%
R=46.46%
G=32.78%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971398800.290.550.2328.0748.4455.88
HexC58B5801D37171c3038
Octal3052131300356727346070
Binary110001011000101110110000111011101111011111100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58B58; }

 p { color: rgb(197,139,88); }

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

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

 a { background-color: rgb(197,139,88); }

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

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

 span { border-color: rgb(197,139,88); }

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