#C38652

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

Shades of Twine #C38652

Tints of Twine #C38652

Color information

#C38652 (or 0xC38652) is unknown color: approx Twine. HEX triplet: C3, 86 and 52. RGB value is (195,134,82). Sum of RGB (Red+Green+Blue) = 195+134+82=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C38652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38652 is #3C79AD. Grayscale: #929292. Windows color (decimal): -3963310 or 5408451. OLE color: 5408451.

HSL color Cylindrical-coordinate representation of color #C38652: hue angle of 27.61º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C38652 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB19513482-
CMYK00.310.580.24
HSL27.61º48.5%54.31%-
HSV(B)27.61º57.95%76.47%-
XYZ32.5529.2611.91-
YUV146.3191.71162.73-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.45%
GREEN value IS 134 (52.73% from 255) = 32.60%
BLUE value IS 82 (32.42% from 255) = 19.95%
R=47.45%
G=32.60%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951348200.310.580.2427.6148.554.31
HexC3865201F3A181c3036
Octal3032061220377230346066
Binary110000111000011010100100111111110101100011100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38652; }

 p { color: rgb(195,134,82); }

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

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

 a { background-color: rgb(195,134,82); }

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

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

 span { border-color: rgb(195,134,82); }

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